Leonard Brünings
Leonard Brünings
It would be really helpful if keyagent managed keys would be supported.
Please replace the PHP script by python, so that one doesn't have to install php just to run parts of this workflow. The same functionality should be achievable in python...
It would be really nice, if we could get a mini codeing environment similar to what you can get with the https://www.jetbrains.com/help/idea/using-language-injections.html in strings. Sometimes you want to suggest some...
When working in a mixed environment, e.g., gerrit and github, it can be quite frustrating if you push to `refs/for/...` on github because you forgot to uncheck `Push to Gerrit`...
FireGestures had this very usefull gesture that allowed you to simply select some text and then search for it using the configured search engine (or defined one if that is...
Refactor Jsoup into a multi module project as a first step for adding `jsoup-hamcrest` - Update Plugins - Fix Formatting in poms - Add Editorconfig - Fix Javadoc issue in...
Hi, while developing a [PR for Spring](https://jira.spring.io/browse/SPR-16097), it was suggested that most of the content would be a better fit for jsoup. So my question is would you be interested...
As discussed in #816 the changes in `3.0.12` disabled static access via `T()` in sensitive expressions. It would be a good compromise, if we could allow certain classes to be...
_I do believe this is applicable to all of thymeleaf not just `thymeleaf/thymeleaf-spring`, but if I'm wrong I can move it._ Trivial i18n works quite well, but we often have...
If you have a cross page link with an anchor `>` then it will not be a correct link. From what I could tell `inline_anchor.html.slim` uses `cross_page_xref?` in `helpers.rb`, which...