René Moser
René Moser
it's not the email that's problematic, it's the link in it which could be seen as a phishing attack.
Late to the party but I would also like to join to the list of possible maintainers since I also use it and know a bit of python. And btw,...
thanks @ldez but even with ``` --core.defaultRuleSyntax=v2 ``` or ``` core: defaultRuleSyntax: v2 ``` We still get the same behaviour and error messages. I updated the main description accordingly.
Another feature request is RSS/ATOM support, and sitemap.xml. RSS e.g. with keyword ``` rss: date: 2011-11-11 20:22:33 summary: this is a simple summary ``` and sitemap.xml shoud just look at...
need more info about your issue but I had an issue with having a `key` starting with `/` does not work: ``` ConsulClient consulClient = new ConsulClient("127.0.0.1"); consulClient.setKVValue("/my/key, value); ```...
As this software no longer has an osi approved license, closing...
I'd like to have a replacement for ```java @GetMapping("/test") public String testRedirect(RedirectAttributes redirAttrs) { redirAttrs.addFlashAttribute("success", "an example message"); return "redirect:/"; } ``` but with a `HtmxResponse`: ```java @HxRequest @GetMapping("/test") public...
I would like to contribute the docs and jobs but I am missing a doc structure entrypoint.
PR #467
@optik-aper I see, thanks for this information. A couple questions though: is this just a VPC2 related thing or would it make sense to implement a generic "retry to see...