Justin Reardon
Justin Reardon
Is there functionality to prevent Manatee.Json from creating pointers when serializing? (or even just for specified types?). I'm serializing some objects with Equals implementations that are causing occasional identical values...
Fixes #8184 Check evolution state before acquiring the connection to actually perform the evolution operation. Previously, the connection to perform the actual operation was acquired before checking, requiring 2 simultaneous...
The Quickstart documentation should point to the [IO based giter8 template](https://github.com/http4s/http4s-io.g8) instead of (or at least in addition to) the [current one](https://github.com/http4s/http4s.g8). The currently used template is surprisingly complicated for...
When I trying running a simple http4s client app with Typelevel Toolkit, I get warnings about SL4FJ at startup: ``` SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation...
When the ember client receives a response from the server and the server closes the connection before the client has completed sending its request, the client sees a failed IO...
This PR came out of a discussion in the Typelevel discord with @djspiewak and @armanbilge regarding unexpected interactions with monad transformers and Cats Effect. This PR moves around monad transformer...
Some benchmarking by @lbialy (https://github.com/lbialy/ce-jvm-vs-sn) shows a CE application in Scala Native 0.5.8 with a single-producer/single-consumer queue use much worse performance than the JVM: ``` --------------------------------- mode lto gc ms...