Roman
Roman
I'll take on task for migration zio-logging on Scala 3, if no one minds, when pr https://github.com/tofu-tf/tofu/pull/1225 is merged
I guess I found the problem: if our effect won and succeed, then we will use `winner.inheritAll` and we will inherit values from winner fiber into current fiber, BUT if...
I have problems with some collections, such as Range: how does look like Range(1,5) in Json? I have two option: [1,2,3,4,5] and [1, 5]. Which option is correct? How to...