-
Updated
Jun 15, 2021 - C++
cats
Here are 866 public repositories matching this topic...
-
Updated
Jun 14, 2021 - Scala
-
Updated
Jun 14, 2021 - 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
-
Updated
Jun 14, 2021 - Scala
-
Updated
Jun 12, 2021 - Python
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
Jun 14, 2021 - Go
-
Updated
Jun 14, 2021 - Scala
From some real-world usage, the fold method on Java client response classes isn't quite as useful as it is with Scala. Lack of named arguments makes it more error-prone, and it's just not very idiomatic. The most common use case seems to be doing one thing on success status codes, and another (single) thing on error status codes, so duplicating the error logic -- even if it's just a function c
-
Updated
Nov 6, 2017 - Lua
-
Updated
Jun 14, 2021 - Scala
-
Updated
Jun 14, 2021 - Scala
-
Updated
Jun 14, 2021 - Scala
-
Updated
Jun 14, 2021 - Scala
-
Updated
Apr 5, 2021 - Jupyter Notebook
-
Updated
Jun 14, 2021 - Scala
-
Updated
Feb 26, 2021 - Scala
See if it would be possible (and maybe useful) to define instances of higher-kinded typeclasses like ApplyK for the types in sup.
Improve this page
Add a description, image, and links to the cats topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cats topic, visit your repo's landing page and select "manage topics."
Hi in the past
BlazeClientConfighad some documentation on the configurables:https://http4s.org/v0.20/api/org/http4s/client/blaze/blazeclientconfig
These were super helpful for teams using this library as it gave insight into the inner workings of the client without having to do a full dive into the codebase.
Seems like the documentation was not included when moving to `BlazeClientBuilde