Marcelo Zabani
Marcelo Zabani
> Could a middleware that removes the duplicate Set-Cookie header perhaps provide a temporary solution to your failing test issue ? For now, we've dealt with the test by sleeping...
> For example: putting the either/both the login route and/or the clearSession route that returns content wrapped in Headers '[Header "Set-Cookie" SetCookie, Header "Set-Cookie" SetCookie] in a endpoint protected by...
Using the gold linker by passing `--ghc-options=-optl-fuse-ld=gold` to cabal in the command line fixed this for me. I don't have it anymore, but at some point I remember I also...
Oh, thanks for that link. You're right, and I was honestly unaware invoked processes didn't automatically inherit array-valued variables. Dot-sourcing scripts would apparently remain an option (among a few others...