coderfromhere
coderfromhere
Isn't `monad-control` more generic implementation of the same pattern? it seems there's also a way to express the current `unliftio` signatures through `monad-control` if needed - https://lexi-lambda.github.io/blog/2019/09/07/demystifying-monadbasecontrol/#relationship-to-monadunliftio
Thanks a lot!
you mentioned the link is valid for a moment, is it relatively permanent to be merged?
linking https://github.com/bos/pool/pull/42
VS Code is now supporting the language server through [this plugin](https://github.com/haskell/vscode-haskell), which in turn supports pure Cabal projects. If not the Idea diff/merge tooling, I'd say that it now should...
Hi! I'm going to work it out this week as I need it for my org's infra, would you accept a pull request that would extend the current settings struct...
ok, I'm going to test this configuration option passed directly to the underlying libpq wrapper as an extended bytestring first.
wow, many thanks, I'll try it and write back here.
This is still highly desired for mapping onto real-world APIs out there
So far I was just thinking of providing streaming of bitmaps/random bytes (without full-featured format recogniser) into arbitrary locations, either through `conduit`, or as I see it in the dependencies...