-
allow to limit/annotate tests in a similar way we have for js, native, etc. when run using graalvm native-image
-
```
ZIO Type Mismatch
Your effect requires the following environment, but it was not provided:
❯ grist.GristClient
Your effect has an error type mismatch:
❯ Required: twilio.CallTre…
-
I'm afraid to say that due to a few life developments I am unable to do any real maintenance or support for Scala Hedgehog for the foreseeable future. :(
While the details probably aren't all that …
-
```scala
assert(Array(1,2,3))(equalTo(Array(1,3)))
```
produces
```
[I@2414c261 did not satisfy equalTo([I@3b1616ba)
```
For example, `unittest` in Python reports a similar assertion error like…
-
## reproduction steps
To reproduce execute:
```
git clone https://github.com/zio/izumi-reflect.git -b bug/scala-2.13.3-regression
cd izumi-reflect
sbt '++2.13.3 test'
```
## problem
Co…
-
`"dev.zio" %% "zio" % "1.0.11"`
`scalaVersion := "3.0.1"`
```scala
val serviceEnv: ZLayer[Any, Nothing, Has[ReportService]] = {
val backend = ZLayer.fromEffect(AsyncHttpClientZioBack…
-
The bug is reproduced on the following playground: https://scastie.scala-lang.org/kgWAa1cXQJ6Bk7YLo4NOhQ
There is the code:
```scala
import scala.Predef.{identity => id}
import zio._
object M…
broij updated
4 months ago
-
Hey there,
I was trying to use zio-apache-arrow with the iceberg standalone Java API as they expose a `VectorSchemaRoot` iterator over their table. The code ends up looking like this:
```scala
…
-
`ZIOApp` calls `System.exit` on completion (see [here](https://github.com/zio/zio/blob/series/2.x/core/shared/src/main/scala/zio/ZIOApp.scala#L74)), which will cause Yarn to fail the job with the erro…
-
### Describe the bug
Reproduction steps:
1. Move class to other folder (in my case I move CreatePlayer* classes located in _service_ folder to its subfolder _create_)
2. All import changes in r…
brndt updated
7 months ago