The Wayback Machine - https://web.archive.org/web/20220605120348/https://github.com/topics/cats
Skip to content
#

cats

Here are 1,059 public repositories matching this topic...

gabrieljones
gabrieljones commented Mar 25, 2021

full example from https://github.com/tpolecat/skunk/blob/v0.0.24/modules/docs/src/main/paradox/tutorial/Command.md
gives following compile errors

skunk-world/src/main/scala/CommandExample.scala:42:34
not found: type *
  def fromSession[F[_] : Bracket[*[_], Throwable]](s: Session[F]): PetService[F] =

skunk-world/src/main/scala/CommandExample.scala:42:24
cats.effect.Bracket[<error>,Thro
good first issue
djm1329
djm1329 commented Jun 2, 2022

Awesome library, thank you so much! I am encountering a couple of issues using the latest version.

addSbtPlugin("dev.guardrail" % "sbt-guardrail" % "0.71.0")

Generated client code for Akka HTTP does not compile for the following:

openapi: 3.0.2
servers:
  - url: "http://localhost:1234"
paths:
  /foo:
    post:
      operationId: doFoo
      responses:
        '204':
       
bug good first issue core

Improve this page

Add a description, image, and links to the cats topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cats topic, visit your repo's landing page and select "manage topics."

Learn more