Jochen Wierum
Jochen Wierum
I can confirm that OpenVPN Manager is slow when reading config files. I'll have a look at it. Just to have a realistic scenario: how many configs do you have?
Thank you very much for your detailed feedback! I observed problem no 1, too. But I was not aware that my PR introduced this behavior. I was able to fix...
Thanks for pointing me to the tests. Indeed, it is enough to remove `-f`. I added a test for completion with prefix-completion and without prefix-completion. They both work now. But...
Great work! It does exactly what I tried to achieve! Thank you very much for your work!
I found one (the?) culprit: the file admin.js calls `$icon.tooltip(…)` in Line 204. This function does not seem to be available anymore. When I commented out the lines 204-207, I...
I faced the same problem. In rare cases, Wiremock returns an Error 500 to the caller. The error shows up more often when multiple requests arrive in parallel. I get...
Synchronizing the creation of the `Diff` object in `EqualToXmlPattern.java` solved our problem as a quick fix: ```java // … @Override public boolean isExactMatch() { if (isNullOrEmpty(value)) { return false; }...