forficate
forficate
**Describe the bug** The createSessionCookie REST API supports a `validDuration` between five minutes and fourteen days. Ref https://cloud.google.com/identity-platform/docs/reference/rest/v1/projects/createSessionCookie Using `session_cookie::create` to obtain a session cookie it is not possible to...
Fixes https://github.com/davidgraeff/firestore-db-and-auth-rs/issues/28, allow cookie greater than sixty minutes.
Two questions. 1) Is it possible to disable Spock from creating the `spockcookie` session cookie? I can see it's created with Wai middleware but can't an easy way to disable...
Running `nix-shell -A eta-build-shell` fails with the below error: ``` Configuring etlas-cabal-1.6.0.0... CallStack (from HasCallStack): die', called at libraries/Cabal/Cabal/Distribution/Simple/Configure.hs:948:20 in Cabal-2.0.1.0:Distribution.Simple.Configure configureFinalizedPackage, called at libraries/Cabal/Cabal/Distribution/Simple/Configure.hs:470:12 in Cabal-2.0.1.0:Distribution.Simple.Configure configure, called at...
Resolves the below error when building on OSX: ``` ❯ nix-build error: anonymous function at ~/Work/stack2nix/stack2nix.nix:16465:10 called without required argument 'CoreServices', at /nix/store/shm5fcq49wnwgjhpn4l05jzg53wm0h2b-nixpkgs-18.09pre151052.4477cf04b67/nixpkgs/pkgs/development/haskell-modules/make-package-set.nix:88:27 (use '--show-trace' to show detailed location information)...
### Summary I've raised this as a question as not sure if it's a Cloudflare worker issue or WASM issue on my side or WASM web_sys bug. I seem to...