-
Hi all,
I'm trying to write a [zio-actor for the originally Akka based Petri Net implementation Kagera](https://github.com/nikolakasev/kagera/pull/9/files).
The Akka implementation does one thing …
-
As shown at https://www.w3schools.com/sql/trymysql.asp?filename=trysql_func_mysql_lower the `Lower` function should not treat string literals as column names.
currently `select(Lower("LOWER")) from…
-
Bicovariant type class should have laws defined using Laws support in zio-test.
-
Hi,
Please see:
https://scastie.scala-lang.org/rHC7cDL5RjSb0XSvzzjR4A
same code:
```scala
import zio._
import zio.magic._
class Setup[Deps
-
Scala version: 3.0.0
ZIO Version: 1.0.10
Sttp Version: 3.3.12
To reproduce the error:
1. Clone https://github.com/ashwinbhaskar/zio-slack-3.0-test (it's a very small project)
2. Run `sbt run`…
-
As discussed in one of the recent zymposium sessions with Dan, I have created my own IntegrationSpec that has a shared bootstrap/layer for expensive resources.
e.g.
```scala
import com.acme.vi…
-
Hi!
At some point in time, I've started to get `https://null/null/blob/....` links.
Looks like something happens with my repo value as it returns from `GitRepositoryManager.getInstance(project).ge…
-
Specifically, this file https://github.com/statsbomb/open-data/blob/master/data/competitions.json
The file is formatted as a json array, and I would like to read the file in a streaming fashion.
W…
-
I have a rate limit requirement for a third party API.
At first it sounded very easy with rezilience. But when I tested against the real server, several requests were blocked due to the rate limit.…
-
Here's a minimal example that I came up with. There's a semaphore with 0 permits, so it will block when calling `acquire` on it. After a timeout of 3 seconds it should get released though due to the c…