Adam Fraser

Results 324 comments of Adam Fraser

I'm somewhat inclined to avoid having more `Chunks` versions of operators as this can be implemented quite easily in terms of `mapChunksZIO` or `chunks`.

@shawjef3 We explored that previously but it is not safe because the downstream may not want the entire chunk.

Yes we're working on some issues with the search bar and will enable it again when those issues are resolved.

I think another great use of the FAQ would be getting more content from the Discord into it so that once we answer a question once we have that captured...

@khajavi I am not able to replicate on `series/2.x`. ```scala import zio._ object Example extends ZIOAppDefault { val run = for { _

@Edvin-san Will take a look later today!

Yes right now the guarantee is that a sub-stream will be closed before the next sub-stream is opened not not necessarily that it will be closed before pulling again from...

This does not appear to be a problem on ZIO 2.0. Ran the following code on `series/2.x` and it appeared to be going strong as long as I had patience...

@nigredo-tori I opened #6141 to improve the diffing functionality with `assertTrue`. We are moving to that as that idiomatic way to do assertions so I would not expect the same...