Vort

Results 214 comments of Vort

Yes, you are right. Another thing to think about - is where to put config file and logs if default path is changed. If user want to move exe, he...

The behaviour is different because PowerShell converts data. Here is the topic with some explanations: [File redirection is about saving the content of a binary stream to a file, while...

@McL0v1n that is wrong approach. Yggdrasil should create correct output, not other program should fix it instead of Yggdrasil.

> just using the correct program for the job This is called "hacks". Which is a sign of bad quality software. > Its not the other program "fixing" Taking wrong...

Firewall serves dual purpose: 1. When you are connected to public network, you may want to restrict connections to your services from Yggdrasil network. 2. When you are using Listen...

I faced the same problem when tried to build libtorrent with msys2 + cmake + ninja. I hackfixed it like this: https://github.com/Vort/libtorrent/commit/c2502237c7525a5d429c4c69e4b282b74d26cc66 But I hope that developers can find better...

@coolq1000 you can add `return t;` line manually between these two lines: https://github.com/benjojo/c2bf/blob/666421848283ea35eb03d1b610031b57150405ba/cc/genbf/generator.c#L423-L424 Or use commit 1e168a1e28e3b26fc1613151e4321a68f303af68 from #2.

@arvidn should #2530 be closed as well?

Why website links to old version? `AuthPass-portable-1.8.2_1741.zip` have this bug. Newer version fails to run on Windows 7: `AuthPass-portable-1.9.9_1955.zip` However this version both works on Windows 7 and have no...

> I have never used I2P. Could someone explain with an example of some easily reproducible scenario how it is supposed to work with qBittorrent? So that I can figure...