Michael Krotscheck
Michael Krotscheck
This is not so much a driver, rather a way of using a custom DSN to signal that the regular Postgres and/or MySQL drivers should be wrapped around an RDS...
**Do you want to request a *feature* or report a *bug*?** A bug. **What is the current behavior?** Given a package that has optional dependencies (`chokidar`), attempt to add it...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ x ] Feature request [...
The parent project is licensed under facebook's BSD license (with the PATENT clause). However, the "regenerator-runtime" subproject is flagged as MIT licensed. Could you please clarify this in your legal...
Edge is now available on OSX: https://www.microsoftedgeinsider.com/en-us/download It'd be nice if we could run tests against it :)
The CSRFProtectionFilter uses the `X-Requested-By` header, which is fine and meets proper CSRF protection criteria. However- the [OWASP cheat sheet](https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet), [wikipedia](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields), jquery, other frameworks, all recommend the `X-Requested-With` header instead....
https://github.com/openid/authzen/blob/2ff35ac9a0dc22359b444c84eeb66c4aa6d6f29c/api/authorization-api-1_0.md?plain=1#L712 Evaluation response example in deny-on-first-deny doesn't match description above- should it be `reason_admin`, `reason_user`, or should there be an additional `reason` field in section 6.2.4? Or is the `reason`...