Chris Jansen
Chris Jansen
I have observed same issue. In attempt to trace the problem I created a new project with just this library as a dependency. My `build.sbt`: ``` scala name := "Argonaut...
@Nickduino sure thing, would you prefer a modification to the existing `requirements.txt` or a new one for Pi-Zero's?
I don't think we should make the CE3 release depend on a migration, and I think I might do this gradually, using both for a little while then a full...
I suppose it depends whether we want to maintain two versions for the differnt cats-effect versions. Otherwise I only plan on updating the tests that haven't been modified in the...
Thanks @rodmeneses, I think we may still need to make this 16 bytes for some of the downstream exporter implementations. I can check after the 0.14 release. In the meantime...
I wonder if we could have a manual trigger on the workflow that allows us to trigger a snapshot or proper release?
It would be great if the `sbt-github-actions` supported something like [Kustomize](https://kustomize.io/) to interleve bits of custom YAML
I've also seen this issue with the bridge. It seems to be related to the dispatcher's resource being allocated using the global runtime. I don't know enough about the CE3...
I'm very interested in this, mainly from the PoV that when using the Klieisli tracer there is no derived instance for `ConcurrentEffect` available, and I'm not sure I want to...
I'm going to answer my own question here in case anyone is wondering about the same thing: When constructing routes or a http app where `F` is a Kleisli, in...