Chris A.
Chris A.
@matthiasbeyer Could we revisit this please? `FileSource` being sealed forced me to copy code between two functions, one that sourced a Config from a file and one that source it...
@matthiasbeyer No problem, I appreciate the ping/update. In the past to be cautious I've exported things like that under an "internal" module to mark what isn't formally supported or incorporated...
@matthiasbeyer I'm still interested in this happening, fwiw.
@mcasper I updated this MR with the conditional compilation that was needed for the `tokio` module but I see extensive conflicts with `lib.rs`. I wasn't involved in the changes that...
Closing as I don't think I'll pursue the async API any further.
You shouldn't rely on `MonadBaseControl`. Here are some resources: https://www.fpcomplete.com/blog/2017/07/announcing-new-unliftio-library https://old.reddit.com/r/haskell/comments/6nr9ya/announcing_the_new_unliftio_library/ https://www.snoyman.com/blog/2018/02/conduitpocalypse
I'm open to adding this with a touch more rigor as you suggest. Fair warning: Active cycles will be going into https://github.com/bitemyapp/bluetick which I am hoping can be a suitable...
@eborden it's just empty for now but the plan is to do a grammar/datatype-first approach like Bloodhound. If possible I'll keep the original API w/ refinements and better type-safety but...
@FintanH all yours mate
>`SqlError {sqlState = "42883", sqlExecStatus = FatalError, sqlErrorMsg = "function array_remove(record) does not exist", sqlErrorDetail = "", sqlErrorHint = "No function matches the given name and argument types. You might...