Thijs Broersen

Results 30 issues of Thijs Broersen

I migrated the core modules to cats-effect 3, looks like it is working. Skipped the monix-related modules but perhaps you find this PR a good start to continue the migration...

I encountered a difference between encoding a double with zio-json. - jvm encodes a round double including the 1 decimal, e.g`1.0` to `1.0` - scala-js encodes a round double to...

I noticed enumeratum-json4s is not available for Scala 3. Is there an issue? I see json4s is available for Scala 3.

Tapir version: 1.2.12 Scala version: 2.13.10 A 3xx, 4xx and 5xx status codes are always considered an error when put into the happy flow (`.out`). I think all happy flow...

I experience incomplete mixed indexes. I tried tracing down the cause and it looks like it only occurs when performing threaded bulk transactions. While the transactions are completed successful at...

When having an endpoint definition with multiple tags this endpoint wil get generated multiple times with the `mode: 'tags'` (or 'tags-split'), this causes the index.ts to not compile because it...

bug

In Magnolia 1 for Scala 3 the index of the subtype is retrieved from the Mirror.SumOf. In Magnolia 1 for Scala 2 the index of the subtype is determined after...

With this PR I have tried to implement Scala 3 enumeration support. Because the current macros already do some assumptions and are build with Magnolia I did not want to...

After migrating to Pants 1.25.0 (from 1.17.0) the intellij 2019.3 project import failed: ``` **** Failed to install dotmap-1.2.20 (caused by: NonZeroExit("received exit code 127 during execution of `['/home/name/.pyenv/shims/python3.6', '-s',...