Hugh JF Chen
Hugh JF Chen
You can take a look at my project template which is [here](https://github.com/hughjfchen/quick-cook-haskell-project/blob/master/project-scaffold-template/nixos2111-ghc8107-haskell.nix/docker.nix)
Override the `aws-c-cal` buildInputs from `openssl` to `openssl.dev`, but still no luck.
> How can I prevent redirects? > `httpConfigRedirectCount = 1` -- single redirect, OK. > `httpConfigRedirectCount = 0` -- zero redirects and Exception. > Can I ban redirects and avoid...
I think you can extract the `cookieJar` from `response` after the `request` and put it into a `State` monad. You can `merge` multi `cookieJar` across requests by getting the previous...
Had the same error when trying to load the plugin in linux with nix 2.4.
Think twice. Add a ```created_by``` column to the job table may be not a good idea considering that this is a library and only focus on job dispatching and running....
Yeah, I'd found that just after submit the PR. The strange thing is I'd already click the `sync the fork` button on my forked repository and it says my fork...
I've updated my fork from scratch and added a test case for this PR.
This also fixed by #38