-
- [Problem](#problem)
- [Test setup](#test-setup)
- [Observed issue](#observed-issue)
- [Logs](#logs)
- [Machine info](#machine-info)
- [issue demo](#issue-demo)
- [zpool status](#zpool-…
osleg updated
2 weeks ago
-
As part of #408 , we worked on the fix. This issue will deal with property based tests for TypesafeConfigReadWriteTest.
-
Previously, ZIO 2.0.x did not work with opaque types due to an error at the junction of zio.Tag and izumi.reflect.Tag.
Since 2.1.0 error has been fixed (issue #6829), but behavior is still incorrect.…
-
I can't find any reason why Stewart could try to update `scala-java-time` as being the `scalajs-dom`.
In this PR https://github.com/FabioPinheiro/scala-did/pull/177 title `Update scalajs-dom_sjs1_3 t…
-
creating new builds with vite has this nice feature where you select from common frameworks. test frameworks and if you want a TypeScript project. I think this would be a really cool feature to have. …
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Debian
Distribution Version | 10
Linux Kernel | 4.19.194 w/KASAN
Architecture | x86_64
ZFS Version | ffdf019cb plus […
-
Thanks for making this plugin - it's great to be able to click the run/debug buttons next to the tests at last! I've missed that so much since working with Webdriver. I just installed the plugin on a …
-
If I set up a dependency on a version like "2.0.17+15-d6f2c09b+20230921-1427-SNAPSHOT" (e.g. sbt tends to generate such versions for snapshots), then the coursier generated json (`coursier-deps.json`)…
-
zio json can't generate encoder for nested case class:
```
case class A(v: Int)
case class B(v: A)
object B {
implicit val encoder: JsonEncoder[B] =
…
-
Using zio-json 2.0.0-M1 under Scala 3.0.2.
The following scastie worksheet works fine: https://scastie.scala-lang.org/VGtUGBteQjiB9Y8Xlz4K5A
for reference, the code contents is:
```scala
impo…