lifenjoiner
lifenjoiner
Prove it. To be honest, binary files vary. It is highly likely that they are not correctly decoded, BTW. You should know that, and don't expect it works in the...
Thanks for your feedback! Should be fixed by https://github.com/stefankueng/grepWin/commit/dc586b1fcea22af8ed72999ff3ebc0ec5534dfb3. Try the latest.
> dir contains huge single files like emulator roms of 8GB+ Use the size limit "less than", first. Terminating threads forcibly is not a good choice.
Too ambitious, at least when there is no proper solution. Look at their size, I don't think you expect `grepWin` to become another `dnGrep`. Size Vs features. There is definitely...
Not a bug. But prefer to: having a way to close the `udpConn` created by user defined `Dial` of a `RoundTripper`, like those created by `DialAddrEarly`/`DialAddr`. Why? I tested [http3...
Normally, Yes. I guess this is in the same scenario where a http3 client acts as a proxy, like https://github.com/quic-go/quic-go/pull/3943. We can reproduce it by the same example. In these...
Try the latest from https://github.com/stefankueng/grepWin/actions.
The disadvantage is it will show a console window when launched by non-CLI (double click).
Now, the console window is dismissed ASAP, if the program is not attached to the console of its parent process.
The key logic is launching other files in the order of: `dir of the opened file (current dir)` --> `dir of notepad2` --> `systerm path`. I tried getting the `dir...