Roland Illig
Roland Illig
When I decrypt my passwords, the program fails with an exception: Traceback (most recent call last): File "", line 42, in UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position...
https://www.tk.de/service/app/2067266/passwortvergessen/passwortvergessenabschliessen.app says: :-1: Keine Leerzeichen :-1: Drei gleiche Zeichen dürfen nicht aufeinander folgen The "No spaces" rule works against passphrases. The "No 3 equal characters" works against autogenerated passwords and...
## Figure out the actually allowed characters * Are letters allowed? * Are digits allowed? * Are spaces allowed? * Which ASCII punctuation characters are allowed? * Which non-ASCII characters...
Assuming that gobco would output which test covers which condition, it would be possible to answer questions like the following: * For each testee, is there a test that covers...
To reproduce: * rm -r build * npm run-script build  The build directory should not end up in the final program since it is irrelevant for the functionality and...
I entered the following JavaScript snippet: ~~~js var sel = document.getSelection(); if (sel === null || sel === undefined) sel = prompt('Suchbegriff:', ''); if (sel !== null && sel !==...
~~~stacktrace java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.runtime.InvokerHelper at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.createList(ScriptBytecodeAdapter.java:625) at org.intellij.plugins.export.keymap.model.ActionsProfile.(ActionsProfile.groovy:9) at org.intellij.plugins.export.keymap.model.CommonActionsProfile.(CommonActionsProfile.groovy) at org.intellij.plugins.export.keymap.ExportKeymap.actionPerformed(ExportKeymap.java:105) at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:235) ~~~ IntelliJ IDEA 2022.2 EAP (Ultimate Edition) Build #IU-222.2162, built on May 6,...
After having switched to a new keymap, I want to print it, for reference. When I try to do that, I get a dialog where I can select the keymap...
After having installed the plugin for the first time, I went to Settings | Keymap and wondered why there was no `Export` or `Print` button. I had to read the...
A new WinCompose release [is issued a few times per year](https://github.com/samhocevar/wincompose/releases). The update check runs every 30 to 90 minutes. This means that only 1 out of 3000 requests to...