#
fs2
Here are 154 public repositories matching this topic...
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
DNS Governance for streamlining DNS operations and enabling safe and secure DNS self-service
-
Updated
May 27, 2021 - Scala
cats
functional-programming
http4s
fs2
fp
typeclasses
refined
tagless-final
finally-tagless
tagless
skunk
cats-effect
typeclass-derivation
newtypes
-
Updated
Jun 14, 2021 - Scala
vlovgr
commented
Oct 11, 2019
Similarly to #234, it would be useful to provide functions for creating test KafkaProducer
s.
A good first function would be one which yields somewhat sensible default RecordMetadata
.
object KafkaProducer {
def unit[F[_], K, V](implicit F: Sync[F]): F[KafkaProducer[F, K, V]] = ???
}
Likely, this would require some internal state, hence F[KafkaProducer[F, K, V]]
.
Functional Telegram Bot API for Scala
-
Updated
May 28, 2021 - Scala
A sample project of a microservice using http4s, doobie, and circe.
-
Updated
May 25, 2021 - Scala
-
Updated
Jan 5, 2019 - Scala
Read and write Parquet in Scala. Use Scala classes as schema. No need to start a cluster.
-
Updated
Jun 15, 2021 - Scala
-
Updated
Jun 14, 2021 - Scala
-
Updated
Jun 16, 2021 - Scala
FP Scala Back-end of the Smart Backpacker App
-
Updated
Jun 19, 2018 - Scala
FS2 streams based on cron expressions
-
Updated
Jun 14, 2021 - Scala
Open
Add microsite
4
sirocchj
commented
Aug 7, 2018
See
- https://47deg.github.io/sbt-microsites/
- in conjunction with http://tpolecat.github.io/tut/
Chromaprint/AcoustID audio fingerprinting for the JVM
music
scala
jvm
fs2
audio-analysis
musicbrainz
audio-processing
fourier-transform
chromaprint
acoustid
cats-effect
-
Updated
Jul 4, 2019 - Scala
Collection of what I consider good practices in Http4s (WIP)
-
Updated
Mar 27, 2018
Event sourcing utilities for FS2
-
Updated
Jun 1, 2021 - Scala
amohrland
opened
Apr 17, 2020
-
Updated
May 5, 2019 - Scala
XML Streaming for Scala including FS2/cats support
-
Updated
Apr 22, 2021 - Scala
A chat server implemented using WebSockets and Scala/http4s
-
Updated
Nov 6, 2019 - Scala
TensorFlow TFRecord reader CLI tool
-
Updated
Jun 16, 2021 - Scala
Example telegram bot implementation using fs2 and http4s client (no akka)
-
Updated
May 14, 2021 - Scala
WebAssembly engine in Scala
-
Updated
Nov 25, 2020 - WebAssembly
Improve this page
Add a description, image, and links to the fs2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fs2 topic, visit your repo's landing page and select "manage topics."
Hi in the past
BlazeClientConfig
had 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