Johannes Zick
Johannes Zick
If the status returned by the exception mapper is not a server error, it is working as intended. So logging on error level creates confusion and potentially hides actual implementation...
It seems I've found a nasty bug in 2.0-M5. When `setValue(newVal)` is called on `SimpleVar`, it updates the field `value` on `SimpleVar`, then calls `invalidate()` from its super class `ValBase`....
Hi, I'm thinking about an extension to `Val`/`Var`, or rather to the provided factory methods. The idea is to provide a `Supplier` that gets called the first time the value...
The plugin adds a keymap `Emacs+` that is a modified version of the OOTB `Emacs` keymap. This unfortunately means I cannot revert to the pseudo-OOTB keymap `Emacs+`. I recently had...