typelevel
Here are 89 public repositories matching this topic...
Browsers Keep a history of calls made by the browser. Would be nice if we had a client middleware which did similar in case we ever want to show and capture the interactions that a specific flow may have generated without leaking confidential information like headers/cookies/etc.
// Browser save Title HTML and Favicon - Maybe a later pass maybe just options that are none for now to ke
-
Updated
Jul 4, 2022 - Scala
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
Currently, we manually append the params to the url / query string using urljoin. Instead, we can send the query params in as a dictionary
-
Updated
Jul 7, 2022 - Scala
-
Updated
Jun 21, 2022 - Scala
See if it would be possible (and maybe useful) to define instances of higher-kinded typeclasses like ApplyK for the types in sup.
-
Updated
Jan 5, 2019 - Scala
-
Updated
Jul 9, 2022 - Scala
-
Updated
May 31, 2022 - Scala
-
Updated
Jun 19, 2018 - Scala
At least, I can't see where the links are
https://www.javadoc.io/doc/org.typelevel/cats-docs_3/latest/cats/data/Op.html
Note the 2.13 version of the docs has a clear link to the source.
https://www.javadoc.io/doc/org.typelevel/cats-docs_2.13/latest/cats/data/Op.html
This might be an upstream problem, but we should check that we've configured it right before
-
Updated
Jan 13, 2020 - Scala
-
Updated
Mar 14, 2021 - Scala
-
Updated
May 24, 2022 - Scala
-
Updated
Oct 19, 2017 - Scala
-
Updated
May 5, 2019 - Scala
Improve this page
Add a description, image, and links to the typelevel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typelevel topic, visit your repo's landing page and select "manage topics."
Most awesome FP libraries (Cats, Scalaz, Monocle, Algebird etc ) have microsite done by sbt-microsites
Adding one for Shapeless would make it easier for newcomers. Quick, online reference on what is available