-
#Steps
- [ ] Add a new project
-- Example: https://github.com/zio/zio-connect/blob/2507925dcd9acf5cb1dbb5e004afef3982ad6807/build.sbt#L38
- [ ] Create the following directory structure
…
-
#Steps
- [ ] Add a new project
-- Example: https://github.com/zio/zio-connect/blob/2507925dcd9acf5cb1dbb5e004afef3982ad6807/build.sbt#L38
- [ ] Create the following directory structure
…
-
latest results are too good:
```
[info] 1 http zio = 666ms / req
[info] 10 http zio = 74ms / req
[info] 1 https zio = 237ms / req
[info] 10 https zio = 64ms / req
```
This is because the di…
-
I have the following tests (stripped version of my original ones). When run via IntelliJ ZIO test runner the first one passes but the second one hangs after logging first repetition, although when run…
mostr updated
3 years ago
-
It would be nice to be able to use prelude combinators when creating Generators using zio-test, for example `IdentityBoth`, `Covariant` instances to support `mapN`, `forEach` and `flip`.
However, a…
-
Issue to track work done on the ZIO module. For example by @guizmaii in https://github.com/AugustNagro/magnum/pull/47
-
https://github.com/zio/zio-prelude/issues/361 require support for `F[_,_,_]`. Couple of times people complained that it is hard to base their own libraries on zio-prelude becausezio-test laws support …
-
Right now the `-t` flag is a contains match. This is convenient and works in the common case, but I wonder if we need an additional option. For example, consider this case:
```scala
suite("ParserS…
-
Hello. We are using Scala 3's `ExplicitNulls` (https://www.scala-lang.org/api/3.x/docs/docs/internals/explicit-nulls.html) but interface with a fair bit of Java code, resulting in the use of `.nn` to …
-
Tested this on `2.0.21` and `2.0.15`. I wrote a test which runs and effect, `flatMap`s the result and does an assertion. The result from trying to compile the test is
```
[error] FooSpec.scala:8:79:…