Ondřej Hošek
Ondřej Hošek
If the EEP specifies a command but none is passed to the decoding function, attempt to extract the correct command index from the packet instead. This ensures that received packets...
### Description: Typing a colon (`:`) in the _Message_ input box shows an autocomplete list of emoji. This is currently sorted alphabetically, which sometimes places more personal emoji (e.g. `:smil`...
This allows to set multiple emoji aliases again. Otherwise the comma or space would have been replaced by an underscore before the splitting occurs. ## Proposed changes (including videos or...
Just like a parent (HWND) can have multiple timers, it can have multiple notification area icons (TrayNotifications) differentiated by an ID. Use similar functionality as with timers to extend support...
Greetings, I have run into an issue while upgrading my SAM L21 crates. With the SVD file [ATSAML21G16B.svd](https://github.com/RavuAlHemio/rust-svd/blob/main/atsaml21g16b/ATSAML21G16B.svd), svd2rust v0.27.2 was successful while v0.28.0 (and current master) lead to the...
Some serial terminal applications apparently change the default DTR behavior ("turn off and keep off"); this causes BOSSA to fail, e.g. on the Arduino Due, until the parameter is reset...
This should fix, among other things, the missing peripherals on g0b0. (This PR is a draft because I expect some conflicts with the patches in this repository.)
The FT2232H on the ECP5 evaluation board has two interfaces; A is connected to JTAG and B to UART/I2C (see figure A.3 in the board's user guide). The FTDI driver...
Some string values represent an enumerated value that can be easily converted to a numeric value (such as interface speeds into the number of bits per second). Introduce a configuration...
Now that Prometheus and OpenMetrics support timestamps, forward them from gNMI to the exporter.