Daniel Vigovszky
Daniel Vigovszky
It's work in progress: https://github.com/zio/zio-flow/pull/246 I'm blocked on some weird issues. The most recent one: > I noticed noticed earlier that in zio-flow some zio-prelude Newtypes are not working with...
I stopped working on this a long time ago. There is a draft PR https://github.com/zio/zio-flow/pull/246 if anyone wants to pick it up.
> This OOM is fixed on `dotty/main`, though not backported ATM. A workaround for this is to add `@unchecked` to this line Thanks, nice to hear! But with `sbt -mem...
> I think that instead of adding `-Xcheck-macros` here, it should be added in `zio/zio` since that is where the macros are defined (and can be fixed). Interesting, thanks. Will...
So in ZIO adding `-Xcheck-macros` to the test project did not reveal any error, but anyway I will continue migrating this project by removing that flag for now.
Depends on https://github.com/zio/zio-flow/issues/225
Thanks for reporting, I will take a look!
Sorry for taking so long, but I finally had the time to check this. Unfortunately zio-flow is not optimized for performance at all currently - most of the work was...
Invalidates https://github.com/zio/zio-flow/issues/198
In its current form I don't think it is possible, but I will think about it, maybe there is a different way with the new macros to make working with...