Moritz Kobel
Moritz Kobel
What about just adding the patched file to the `src` folder? This should override the vulnerable file from the library. Is this a acceptable workaround to patch older projects to...
I experience the a similar issue with a Jinja2 expression in `ansible_ssh_user`
As workaround I defined ulimits in the docker-compose file: ```yml ulimits: nofile: 65536 ```
I have the sames problem as @stefanogualdi : I have a project where ckeditor is not recognized and I could not yet reproduced the behaviour with an clean example project....
The future of sensu seems to be unknown: https://discourse.sensu.io/t/whats-the-near-future-plans-for-sensu-go/3165/2
This might be related to https://github.com/sensu/sensu-go/issues/3437 (already fixed)
To have a simple TTL functionality I created the [cache-guava](http://plugins.grails.org/plugin/mkobel/cache-guava) plugin. It implements a different `CacheManager`.
@112921482 and @verglor : you could check if your problem is solved with the manual key comparison in my merge request #51
@112921482 and @verglor the merge request #51 is merged into master with 13f8b0556873e8cf7df4511094a3c517d75cc61b so you could try if this solves your problem.