-
I was trying to do an `updateMany()` and have a nullable FK in my table. So I just put `null` inside my tuple... And here we are I guess ?
```
java.lang.RuntimeException: oops, null
at scala.sys.p…
-
What are your thoughts on this sample:
```scala
//> using scala "3.5.1"
//> using dep "org.typelevel::cats-effect:3.5.4"
//> using dep "org.typelevel::cats-effect-cps:0.4.0"
import cats.effect.…
-
---
# http4s `0.22`: Add support for Jetty `12` to address `CVE-2024-6763`
## Why?
- Jetty versions from 7.0.0 up to 12.0.11 are affected by CVE-2024-6763 (Eclipse Jetty URI parsing of invalid au…
-
https://typelevel.org/cats-effect/docs/core/io-local and
https://typelevel.org/cats-effect/docs/std/supervisor (once the site redeploys) both include diagrams. Can we render these diagrams more nicel…
-
Hey 👋
```scala
//> using scala "3.5.1"
//> using dep "org.typelevel::cats-effect:3.5.4"
//> using dep "com.github.rssh::cps-async-connect-cats-effect-loom:0.9.22"
import cps._
import cps.mon…
-
~~Another unminimized one. Sorry…~~ (figured it out: see addendum at the end)
https://github.com/djspiewak/cats-effect/tree/bug/dotty-inference-issue To reproduce, `sbt ++3.0.0-M3 kernelJVM/clean k…
-
Hi,
Browsing the Cats Effect module, I noticed the custom converter from `CompletableFuture[T]` to `F[T]`. Is there a reason not to use the built-in https://github.com/typelevel/cats-effect/blob/se…
-
Cats effect works on all scala platforms now. No reason not to use it in core and we can avoid some of the tagless and also the Par wrapper for parallelism.
-
Since `monix` is no longer maintained, we should upgrade the effect/cancelation framework to `cats-effect`
Hello from the Scala Spree at Scala Days 2023 Seattle! cc @tgodzik
-
Code:
```scala
import scala.concurrent.duration._
import cats.effect.{IO, Resource}
import fs2.Stream
import cats.effect.unsafe.implicits.global
Stream.resource(
Resource.make(IO.println("s…