-
Would y'all be open to a circe module for [json variation](https://github.com/typelevel/catapult/blob/d42c9d8a2c453933d03ae812506b4c9f22514747/core/src/main/scala/org.typelevel/catapult/LaunchDarklyCl…
-
Perhaps they could be generated and live in the JSON module to keep all the circe stuff together? Be nice if you could do:
`import indigo.circe.given` (you have to import given's explicitly)
-
Here is the [PR in context](https://github.com/mdedetrich/pekko-streams-circe/pull/12) and here is the specific `.scalafix` configuration
https://github.com/mdedetrich/pekko-streams-circe/pull/12/…
-
According to https://github.com/circe/circe/issues/536 there is no need to make transitive string serialization to get UTF-8 bytes array.
-
At the bottom of a bunch of dependency conflicts in typelevel-land in geotrellis-server and Raster Foundry is `maml-jvm`, which depends on circe 0.9.1 and cats-effect pre-1.0
-
_Split out from #129_
Right now, for the transform input, we only know the file name. But we would like to know the `G:A` coordinates from which the Jar was downloaded. So that the user can use the…
-
Hi,
```scala
#!/usr/bin/env scala-cli
using scala "3.1.2"
using lib "io.circe:circe-core_3:0.14.1"
using lib "io.circe:circe-parser_3:0.14.1"
using lib "io.circe:circe-generic_3:0.14.1"
i…
-
One of the earliest ideas which surfaced around the concept of a light-weight json-like build was that builds are now composable, and you can combine them however you want
## share templates within…
-
### Actual Behavior
A real example. Consider a project with the following two dependencies:
- [circe-core](https://mvnrepository.com/artifact/io.circe/circe-core)
- [fs2-io](https://mvnrepository…
-
Code link: https://scastie.scala-lang.org/B7FzCaUGSVyfH3T7oueNuw
```scala
import io.circe.syntax.*
import io.circe.derivation.{Configuration, ConfiguredCodec}
object Test {
given Configurat…