Adam Fraser

Results 324 comments of Adam Fraser

@domdorn Thanks for reporting! Yes on both ZIO 1 and ZIO 2 you should either use `forkManaged` / `forkScoped` to tie the life of a background fiber created in a...

@kjh618 Thanks for reporting! @kitlangton Do you want to take a look at this?

Thanks for raising! This feels a bit anti-modular, though maybe I'm not understanding the full dimensions of the problem. It seems like it would be ideal if you could apply...

I think that is fine. It could probably be built into the event execution fairly easily.

@marktoujiline Great!

Great! We use `jmh` for benchmarks. Take a look at the existing `benchmarks` project for examples and in particular take a look at the existing Chunk benchmarks since some benchmarks...

I'm not sure if the issue is eagerly evaluating it or just not properly handling it once it has been evaluated. Evaluating the right hand side only if the left...

@julienrf Thanks! Is this ready to be merged? If so can you resolve conflicts so we can get this in? 🙏

@julienrf Done!

@evis Hi! We can't delete operators because we have a binary compatibility guarantee. The most we could do is deprecate it. This seems somewhat subjective and context dependent. The first...