Tobias Schulte

Results 55 comments of Tobias Schulte

Sorry, I had to stop working on it, but forgot to say that here.

Yes, I know. In our project, the difference between using pack200 and not using it is 30MB/79MB. But pack200 has it's drawbacks as well. Especially when it comes to signing,...

I use https://github.com/tschulte/gradle-jnlp-plugin/blob/1aad76fe9be351d754b6a98624640f479abbe52d/jnlp-servlet/src/main/java/de/gliderpilot/jnlp/servlet/JnlpFileFilter.java to replace `$$codebase` in the `getdown.txt` with the real codebase. And I created another filter to replace the digest lines for `getdown.txt`, `digest.txt` and `digest2.txt` in the...

We use javax.validation on the server side, and try to also validate on the client side. There we have https://javaee.github.io/javaee-spec/javadocs/javax/validation/constraints/NotEmpty.html and https://javaee.github.io/javaee-spec/javadocs/javax/validation/constraints/NotBlank.html. Maybe the existing IsEmpty/IsNotEmpty decorators should also evaluate...

I now created a (plugin https://github.com/tschulte/plover_auto_reconnect_machine) that does the reconnect. But that plugin relies on this pull request to be applied.

@pianohacker yes, in principle I am interested in getting this in, although I currently don't have this issue any more, since my setup is different at the moment. Sorry that...

I was aware that the keyboard does only send keycodes, not chars. As I can see, I could redefine the keys in lib/usb/usage-page/keyboard.h. Then at least type_byte_hex would work. type_string...

AFAIK, hat is correct. A normal keyboard is dumb in that it only sends which keys are pressed. The os does translate these events to the correct key events. E.g....

To enter any chars that are not directly available with standard quertz, have a look at https://en.wikipedia.org/wiki/Unicode_input For example to enter ❅ I did hold down Ctrl+Shift, then typed u2745,...