Alexander Gnauck

Results 36 comments of Alexander Gnauck

anyone able to help here? Thanks

The problem is solved after I switched to: * include the NotoColorEmoji font * use the googe.json data file for native font emoji. There seems to be no data file...

@serebrov thanks for the update. In my case size does not matter and I can ship the font with the app, either as PWA or with a framework like Electron.

The problem is solved after I switched to NotoColorEmoji font. Compared to the Microsoffts Segoe UI Emoji font NotoColorEmoji has fixed width. Maybe its worth mentioning differences with OS fonts...

no I haven't. I just wrote a loop which opens and coses a connection 500 times in a row. Will try to wait some time and call the GC to...

sorry for the delay. I have modified the SecureChat.Client example to reproduce. There is a loop for opening and closing the connection many times. Also attached a screenshot of the...

There is a PR here for HTTP codec support https://github.com/Azure/DotNetty/pull/256 Are there outstanding issues or will it be merged soon? I have done some work on websockets which I could...

what is the best way to contribute? I sent a small pull request yesterday, not sure if thats the best way.

what are you plans for serializing and parsing. **Write:** 1) Implement the .NET XmlWriter 2) use a custom simple XmlWriter? 3) use some other existing js or ts lib **Parse:**...

for me it would be very useful for: 1) targeting different platforms, like browser vs node 2) unit testing. Sometimes it simplifies unit testing a lot when I can just...