forficate
forficate
Two config params would be good if the method is updated to reuse the assertion jwt if already issued and valid. At the moment the assertion jwt can't be reused...
Yes I went down bit of a rabbit hole trying to fix this. I could not get stack2nix to add `CoreServices` to the output derivation so added manually not knowing...
I'm having the same issue as @groodt
Thanks. I did switch to Spock-core using a `ReaderT` with my own `Connection Pool` and cookie `Key` from the `clientsession` package. Firefox was still reporting the `spockcookie` in the inspector...
I've raised a PR which resolves the dependency issues https://github.com/eta-lang/eta-nix/pull/1/commits. Having fixed that I also get the below, not sure if it's related or a separate issue: ``` [318 of...
The `non-portable path to file` error I've managed to bypass using the below. ``` eta = haskell.lib.overrideCabal super.eta (drv: { # Makes the build a bit faster src = onlyFiles...
It'd be nice if the multipart upload took an `AsyncRead` instead of a file. The AsyncRead would work with raw files and also allow compressing data from a file as...
Just wasted a good few hours on this problem than saw this in the issue queue. I think this is down to the way Ubuntu package there iso's having read...
I've done some more debugging. In my Javascript entrypoint I have adjusted it to the below adding a custom `my_response` shim method: ```javascript addEventListener('fetch', event => { event.respondWith(handleRequest(event.request)) }) const...