Martin Mauch

Results 253 comments of Martin Mauch

Great find! That actually looks like a bug in takeWhile. Thanks a lot for digging into this! I was always searching for some problem w.r.t. closed connections or the like...

@mtsokol is this what you had in mind? https://github.com/zio/zio-actors/pull/270/commits/97ed0eb64e9bed77433fe1438e7321e6b07800b2

And I guess this should fix the `takeWhile` problem: https://github.com/zio/zio/pull/4273/files#diff-f8e5bb3d67d9b3c721d3cac422fb50f6R2502 Unfortunately, we can't rely on users using ZIO 1.0.2, so the current implementation is safer.

From my side everything except supervision of streams is looking good.

@hoc081098 wow, that was quick!! Thanks a lot ❤️ I'm already trying this out locally, will let you know how it works.

Oh, very good point! I wasn't aware of this at all. I skimmed the discussions and the issue seems to be a rather fundamental one, where it's not clear if...

@afsalthaj here is a WIP PR with the changes I'm using locally to run zio-config under Scala-JS: https://github.com/zio/zio-config/pull/478 Shall we continue the discussion over there?

Same for `3.2.9.2` which contains fixes required for Cats 3.3

@adamgfraser I think I found the problem with `3.2.9.2`: The corresponding commit has two tags, `3.2.9.1` and `3.2.9.2`. The sbt-git plugin decides to use the `3.2.9.1` version and the upload...

Hi @nikolakasev, thanks for your response! Regarding your questions: a. Yes, that is one explicit scenario. Workers have different qualifications, and for one transaction, a worker with qualification A, a...