Jussi Räsänen
Jussi Räsänen
Adds support for additional parameters which can be supplied in DSN, like `{:environment "test"}`
When POST returns 301, the following GET isn't using the same agent setting. ``` var options = { url: 'http://website/', method: 'POST', headers: headers, followAllRedirects: true, agent: new Socks5ClientHttpAgent({socksHost: '127.0.0.1',...
Would be nice to have support for `SameSite` as a cookie option. This seems like a relevant place to add this, * https://github.com/reagent-project/reagent-utils/blob/master/src/reagent/cookies.cljs#L6-L13 References, * https://google.github.io/closure-library/api/goog.net.Cookies.SameSite.html * https://www.owasp.org/index.php/SameSite * https://web.dev/samesite-cookies-explained/
On Firebase 3.0 I get an error `"Missing claim 'kid' in auth header."` Apparently now Firebase requires private key's id supplied with claims.
Running `npm-check` reserved all the available RAM + ~15 GB of swap. Running this freezes my computer within seconds.
Allows the user to see and maybe modify the connect options before each attempt to connect to a database. May be used in a number of ways, e.g.: - adding...