Azq2
Azq2
### Describe the bug Looks like virtualizer.measureElement is not working with SolidJS ```jsx {(item) => Row {item.index} } ``` Dirty workaround: ``` {(item) => { el.dataset.index = item.index.toString(); // Row...
This PR fixes two related but independent issues. 1. For “system” messages (ActionMessage) the `markMentionsRead()` is never called. 2. For messages with albums (which actually consist of multiple messages), `markMentionsRead()`...
Currently, we have a serious problem with all CDC-ACM serial ports. For example, with the very popular USB-to-RS232 adapter **CH347T**: ``` serialport/stream binding.set had an error [Error: Error: Operation not...