Dominik Kellner
Dominik Kellner
It would be nice to support the `TypeApplications` language extension. But I don't know if backporting as for `ApplicativeDo` (#120) is feasible. So far it already causes non-trivial patching of...
Eve 0.7 introduced a new setting called `OPTIMIZE_PAGINATION_FOR_SPEED` which will skip determining the total result count of a query to improve performance. So far we always count the rows when...
**What happened**: The documented example for `rewrite-target` (https://kubernetes.github.io/ingress-nginx/examples/rewrite/#rewrite-target) truncates URIs containing correctly escaped newlines `\n` = `%0A`. Requesting `/something/foo%0Abar` will result in the URI being rewritten to `/foo`. This is...
When the new feature `enable-via-env` is enabled, pretty-assertions will only be active when the environment variable `RUST_PRETTY_ASSERTIONS=1`. Otherwise, the standard library assertion macros are used. Opt-in is the most defensive...