-
Following up a discussion on Discord:
To make ZIO Test more extensible we need to address two problems:
### Seperate report generating from rendering
We need to have an intermediate format wh…
ioleo updated
4 years ago
-
Tapir version: zio-vertx-1.1.1
Scala version: 2.13.8
Files regardless of their size are saved on disk and not deleted after request is completed. Had to delete them manually
They are saved in f…
-
When running the tests from `sbt` with:
```
sbt test
```
some of the containers don't close after running the tests finish. Resulting in:
![testcontainers](https://user-images.githubusercontent.c…
-
Scala 3 (2.13 does not compile with `found Seq, require Chunk` error)
Both 2.0 and 2.1-RC
https://scastie.scala-lang.org/7CX9Y9D3QYq0v4TNcsIDmw
```scala
object Suite extends ZIOSpecDefault {
…
-
I’ve found an issue for histograms where the numbers in the buckets are not getting populated properly - the wrong numbers are showing up. This happens for the zio micrometer integration which is then…
-
Can't say for certain if this is a ZoL issue or ZFS-Crypto one (can't test without crypto since I have the encryption feature enable on my pool).
Trying to create a filesystem with DEBUG enabled on b…
-
The following error(s) occurred while downloading the ZIO Test runner files:
```
Download error: zio-test-intellij_2.12:2.0.13"
Cause:
org.jetbrains.plugins.scala.DependencyManagerBase$ResolveEx…
-
Hi all,
`Files.deleteRecursive` fails when passed a directory that contains a non-empty directory. I tested this using zio `2.0.10`, zio-nio `2.0.1` and JDK "Temurin" `17.0.5`:
```scala
import zi…
-
## Problem
When there is more than one `object` in the project/module's `test/scala` sources, when using IntelliJ to run the unit tests, the operation will fail with the plugin claiming that it is …
-
Hi,
according to [ISO 8601 Time offset from UTC](https://en.wikipedia.org/wiki/ISO_8601#Time_offsets_from_UTC) offsets should be expressible, for example, as "+03", "+03:00" and "+0300". However, t…