MrBesen

Results 20 comments of MrBesen

I was thinking global dark / light mode. when doing it global, applaing the background color could be done in one step for every panel at once. maybe add something...

> Would it be possible to implement it for Windows without too much effort? I have no idea how the Windows API for that looks like. I don't want to...

I just did a short test and it does work to bind HTTP to an interface. I am going to implement it completely tomorrow.

I just run your test cnping.zip on windows10 and it looks fine to me. (First one worked, other two returned the error) Only `-I` without a second argument print the...

In my case i have more than one connection to the internet (ethernet and mobile) and sometimes the ethernet connection breaks. So when i wait for the ethernet connection to...

> Do I understand correctly that this branch doesn't work at all on Windows? Could it be the changed include (ws2tcpip.h)? Yes, it does not work on Windows. I just...

I just compiled the master and it did not work (same crash). So looks like i am just not able to compile at all. (the 1.0.0 [release binary](https://github.com/cntools/cnping/releases/tag/1.0.0) works fine)...

I have just compiled the 1.0.0 tag and it worked. So it looks like the bug is somewhere between 1.0.0 and master. Maybe something with rawdraw? It wasnt a submodule...

Ok, i have now tested the binary on a bare metal windows10 and it seems to work the same as the 1.0.0 binary. Looks like something inseide rawdraw made it...

I have now removed the commit where i implemented the alternative (old) resolve method for windows and the commit where i reverted that change. I would be happy if you...