Björn Kautler
Björn Kautler
It's probably the same bug that it auto-reconnects when being kicked. I don't find the ticket right now, but I think @Mysterypotatoguy was working on a fix.
I didn't look at it in depth, but generally I'm against a template containing checkboxes from which not all are intended to be checked. If you have 5 checkboxes and...
Not much actually. People don't read instructions or don't adhere to them. You should even put to be replaced texts into HTML comments in the actual template, so that they...
In the spirit of "meaningful method names" I actually like it to have the "cached" in the method name as it makes it more clear for users that the method...
I see those different, because all you have access to, are present in the cache, so it doesn't make a difference. But if only some are in the cache, like...
Well, I guess this can be seen in various ways. If I work with a library that is designed to talk to a REST API, I expect the getter to...
@Saladoc I don't quite agree, actually I like the idea I think, just not the wording. A better wording would probably be `consume()` and `isConsumed()`, so you can have listeners...
Good point, I have to check in the generated class when I'm back from holidays or you look there yourself. It should always be the same defined order and that...
I think currently it is object attached first, globally attached last and within the object attached ordered alphabetically, not by specific-ness which sometimes is hard to do anyway. A channel...
PCRE1 or PCRE2? And POSIX BRE or POSIX ERE? What I use is the `tig` that is shipped with Git for Windows, as I'm forced to use Windows by my...