-
-
Scala 3 union types aren't supported, but unions are very common in typescript - support for this would be super handy!
https://scastie.scala-lang.org/1h8VItvQQdiuZpGR4EX0qg
-
This template isn't a strict requirement to open issues, but please try to provide as much information as possible.
**Version**: 4.6.0
**Module**: quill-jdbc
**Database**: oracle, h2
**Scala**: …
-
-
`Config` and `ConfigProvider` are two new additions designed to bring a configuration front-end to ZIO 2.0.
In order to prepare release, we should develop a comprehensive test suite for `ConfigProv…
-
Currently, ZIO 2 uses a concurrent linked queue for the mailbox. However, this data structure is very generic, and not optimized for the fiber runloop in particular. Therefore, it should be possible t…
-
**Describe the bug**
Resource related methods such as `Handler.getResourceAsFile` fail when special URL characters (like spaces) are used in the resource's path.
**To Reproduce**
Steps to reprodu…
cqlia updated
3 months ago
-
Hello,
Using DeriveGen with a recursive data structure like a Tree produces a Gen that takes reaaaaly long time to run before I kill it or I get OOM. Here is an example:
```scala
package com.abd…
-
While upgrading from `AsyncHttpClientZioBackend` to `HttpClientZioBackend`, we encountered this unexpected behavior.
I've created an example here, where `AsyncHttpClientZioBackend` works but `HttpC…
-
We should support Scala 3 with the same API as Scala 2. This way users can easily transition from Scala 2 to Scala 3 without having to change any of their ZIO JSON code.
There are several steps to …