Diego Iastrubni

Results 11 issues of Diego Iastrubni

There are a lot of unsupported mouse click events that the engine cannot handle. It such event (`0`) reaches the web engine - it will assert. Don't even propagate them...

This is not a good solution, but it prevents some crashes.

This PR brings CMake support for the Qt5 build of NotepadNext. To build use: ``` cmake -S . -B cbuild -G Ninja cmake --build cbuild ``` Benefits: 1. QMake is...

rfc822 says that email should be ASCII/Latin1 - but in reality, I see from gmail cp1255 - andprobably other 8ibt encodings. Which are compatible with latin1... so, this happens on...

I am using master (a7ba9c2) and I have this header which is not being parsed: ``` Received: from tango.tkos.co.il (tango.tkos.co.il [62.219.50.35])by mx.google.com with ESMTP id 8si5141689fxm.107.2009.03.01.10.19.34;Sun, 01 Mar 2009 10:19:35...

In https://github.com/karastojko/mailio/issues/89#issuecomment-1057342052 you mentioned problems with this encoded string: `=?utf-8?Q?=D7=93=D7=99=D7=90=D7=92=D7=95_=D7=99=D7=A1?=` - which decodes (partly) to my name in Hebrew. Yes, its an RTL but it is something that you should...

Using cmake, and gcc 9.3.0. Version v1.7.4, when I enable shared libs on the makefie - the building fails. When I disable this and build Nana as a static library...

This patch implements a context menu for links. In the future, we could even check for the modifiers and open links in new windows, or private windows - but not...

When you move to another tab, other browsers automatically select the location editor - so you can navigate into a new page. Lets do this. Another hack I added here...

https://github.com/seanmiddleditch/gha-setup-ninja/blob/master/index.js#L10 This code shows an IP for a proxy... it seems unused right?