mvarendorff
mvarendorff
Alarms are scheduled for one week and would have to be manually rescheduled after that. Neither should it be that way, nor does the UI reflect this. Things that need...
I don't know whether you still look into here or not but after reading I checked if you made the mod open source. Considering that there are many modpacks, many...
The unofficial endpoint only displays currently active mods in chat. Writing `/mods` to the socket and reading the response would give a complete list of mods no matter whether they...
There is still plenty of time left but better be safe than sorry. Twitch API v3 and v5 are already deprecated and the endpoints will be turned off at the...
Currently despite having the return line in the unsummon command there is no response when unsummoning the bot from a channel. This is something minor but I could not find...
I tried using the tell command with **tell geisterfurz007 "Hello!" and got pinged with the message "Hello!" (with ; after ", but this editor would make them a " if...
`/javadoc PrintStream#printf` (1) produces: http://docs.oracle.com/javase/8/docs/api/java/io/PrintStream.html#printf-java.lang.String-java.lang.Object:A- while the link in the Java Documentation is https://docs.oracle.com/javase/8/docs/api/java/io/PrintStream.html#printf-java.lang.String-java.lang.Object...- This seems to be because of varargs vs array but weirdly enough `/javadoc Arrays#asList` produces https://docs.oracle.com/javase/8/docs/api/java/util/Arrays.html#asList-java.lang.Object:A-...
## What's the problem this PR addresses? The docs don't explain how to remove a patch once it's not required anymore. Closes #4890. ## How did you fix it? Wrote...