Nico Schlumprecht
Nico Schlumprecht
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
This fixes issues converting text with italics in the middle of the word, for example aaaaaaitalicbbbb Or when the space at the end of the word is italicized: aaaaaitalic bbbb...
Calling getEmojiDataFromNative always returns null when a country flag is passed in, yet other emojis work. I see a few issues mentioning that this is expected with emojis generated from...
### Motivation My goal is to detect the state of a long running pubsub subscription in cluster mode. For example, if the client is disconnected from the cluster for some...