sfrieske
sfrieske
In getReaders the unsigned int readers are used: `int16_t: offset => dv.getUint16(offset, true),` `int32_t: offset => dv.getUint32(offset, true),` This prevents detection of return values of -1 as errors. Must be...
## Description Autocompletion, which is on as default, causes reline to send a lot of ANSI chars which don't get interpreted by the Windows CMD shell. This is caused by...
The StatusNotifierItem.xml file currently defines the property WindowId as type "i" bust it must be "u" (see [freedesktop.org docs](https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/StatusNotifierItem/)).
The [freedesktop.org docs](https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/StatusNotifierItem/) state that `org.freedesktop.StatusNotifierItem.ItemIsMenu` can be false. In this case `org.freedesktop.StatusNotifierItem.Menu` is typically unset. There are a couple of issues about vanished tray icons, another application I encountered...