Adam Warski
Adam Warski
Well if you have ... `Set(Person("Adam", true, 10), Person("John", true, 20))` and `Set(Person("Adam", fale, 10), Person("John", false, 20))` I'd like to have adam paired with adam nad john with john...
@ceedubs In my scenario I'm running terms which are added, that is I do edit them in a scratch file, but then I do `add`, and `run test` after that.
General remark - the code seems no to be formatted using scalafmt. There's a `.scalafmt.conf` file included, and IntelliJ should use it automatically. There's also a plugin for VSCode
> The unfortunate truth is that this feature's crucial part is still missing. It is all yet to come :) Could you provide me with more elaborate expectations about the...
Waiting for https://github.com/dream11/zio-http/issues/1421
@rators yes, now we're waiting for a release with the fix :)
@frekw Sorry, we can't release using a snapshot version. We have to wait for something that's at least semi-stable :)
Sure - I suppose this could go under a new category of integration modules - `resilience` (just as we have `observability`, `logging` etc.) Don't worry about 0.x versions - it...
I suppose since AHC is no longer maintained, we should depracte the client. And remove its usages from examples. What do you think, @Pask423 ?
If this is still a pattern in ZIO2, then sure. We used to have `SttpClient` (https://github.com/softwaremill/sttp/blob/master/async-http-client-backend/zio1/src/main/scala/sttp/client3/asynchttpclient/zio/package.scala#L13-L18), so I guess you're asking for sth similar. However I thought that now dependencies...