-
Updated
Jul 5, 2022 - C++
#
cats
Here are 1,070 public repositories matching this topic...
Cloud-native high-performance edge/middle/service proxy
The easy way to learn Scala.
-
Updated
Jun 29, 2022 - Scala
Asynchronous, Reactive Programming for Scala and Scala.js.
cats
reactivex
scala
functional-programming
typelevel
reactive-streams
fp
reactive-programming
monix
cats-effect
-
Updated
Jul 4, 2022 - Scala
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
Good for newcomers
The Scala HTTP client you always wanted!
cats
http
client
scala
akka-http
asynchronous
uri
reactive-streams
http-client
httpclient
okhttp
scalaz
synchronous
monix
zipkin
distributed-tracing
interpolator
zipkin-brave
-
Updated
Jul 3, 2022 - Scala
Cool vision, learning, and graphics papers on Cats!
cats
cat
machine-learning
computer-vision
deep-learning
computer-graphics
awesome-list
papers
papers-collection
-
Updated
May 24, 2022 - Python
pauljamescleary
commented
Dec 7, 2018
Currently, we manually append the params to the url / query string using urljoin. Instead, we can send the query params in as a dictionary
Library to work with eBPF programs from Go
-
Updated
Jan 29, 2022 - Go
Simple & Efficient data access for Scala and Scala.js
-
Updated
Jun 29, 2022 - Scala
sideeffffect
commented
Oct 4, 2021
With a file
---
description: 400 - The request was malformed or missing a required field.
content:
application/json:
schema: { $ref: '#definitions/BadRequestResponse' }
definitions:
BadRequestResponse:
description: Optional information about how the request was bad.
type: object
properties:
fieldName:
description: >-
If this error
bug
Unexpected behaviour for functionality that either was intended to work, or has worked in the past
help wanted
Easy to moderately difficult issues that don't require deep knowledge or architectural thought
good first issue
Does not require deep knowledge of the codebase and is easily testable
core
Pertains to guardrail-core
cats
functional-programming
http4s
fs2
fp
typeclasses
refined
tagless-final
finally-tagless
tagless
skunk
cats-effect
typeclass-derivation
newtypes
-
Updated
Jul 2, 2022 - Scala
Generate cat images with neural networks
-
Updated
Nov 6, 2017 - Lua
Mockito for Scala language
cats
testing
mock
scala
tdd
test-automation
mockito
scalaz
testing-tools
test-driven-development
mocks
specs2
mocking-framework
mocking-library
scalatest
-
Updated
May 25, 2022 - Scala
cats transformer type classes.
-
Updated
Jul 1, 2022 - Scala
functional tracing for cats
-
Updated
Jun 21, 2022 - Scala
A DCGAN that generate Cat pictures 🐱💻
-
Updated
Apr 5, 2021 - Jupyter Notebook
Idiomatic, typesafe, and reactive Scala client for Apache Pulsar
-
Updated
May 20, 2022 - Scala
-
Updated
May 18, 2022 - JavaScript
Functional programming in Dart and Flutter. All the main functional programming types and patterns fully documented, tested, and with examples.
cats
dart
functional
functional-programming
flutter
functional-language
functional-programming-examples
dartlang
fp-ts
flutter-package
dart-package
dart-functional
dart-functional-programming
flutter-functional
fpdart
-
Updated
Jul 1, 2022 - Dart
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."
This is a follow-up from http4s/http4s#6325.
Ross made a proposal that we can don't create
Ref
in a case when the request/response body isn't streaming.One should keep in mind, that a single
Ref
instance is reusing.