Merijn Verstraaten
Merijn Verstraaten
I was using MonadUnliftIO so I could easily parallelise functions by running them in multiple threads, but after a refactoring to use more parallelism I've started noticing some errors from...
So, I admit I haven't looked at the code of `process` and the GHC runtime enough to be sure, but as far as I can tell `withCheckedProcessCleanup` calls `terminateProcess` to...
I'm not entirely sure how we'd properly integrate this in the existing API, as (unlike the other Xdg directories) XDG_RUNTIME_DIR doesn't have a default value. On the other hand, it's...
This would let people more easily write code dealing with multiple `Vector` types without needing to do a qualified import from a different module for each type, just to get...
It seems like SafeT nicely fits Snoyman's MonadUnliftIO design, and having an instance for it would make it *drastically* simpler to write code that supports both Pipes and Conduit. In...
As brought up (I think mostly by me? ;)) in #4247 and #5287 `new-build` aggressive caching (and my attempts to make it even more so) leads to a problem where...