stuser81

Results 4 issues of stuser81

Can you name some other languages where something like streamly would be possible to do (or already exists)? Something where you get all the benefits of streamly (working on one...

Does the author @Gabriel439 still use this project in production? If not, what have been some major modifications? Maybe overlays are one such change. What does the author think about...

Streamly seems to have a very GC-based cleaning convention... using the IOFinalizer construct from streamly-core. Why was this approach taken? Some Haskellers might say GC is too late for cleanup...

In my VPN client (Linux), I have activated the kill switch feature so if VPN disconnects, internet connection is blocked. When I start downloading a file like: ```haskell let opts...