Danny Wilson
Danny Wilson
Hey! After these changes I got lein test passing with ElasticSearch 0.90.1, but had to comment `nodes-stats` because it gave me this exception: ``` Method signature problem with method indices...
Today I discovered a server crashing every few minutes. We `kill -9` the server on OutOfMemoryErrors. Changing it to `kill -3` gave us some more details. Turns out the http-kit...
Instead of just complaining, I'd figure I make a pr :-)
This PR introduces the `BeanContext`, mainly for use in our `malli-ts` library to enable low overhead ([simple benchmarks](https://github.com/flowyourmoney/malli-ts/actions/runs/3504076719/jobs/5869524831#step:7:185) show ~10%) mapping of custom/namespaced keywords to javascript properties. See also: -...
Middleware that returns pre-compressed files (if available) for supported user-agents. Inspired by the NGiNX module: http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html