Saulius Krasuckas

Results 307 comments of Saulius Krasuckas

> According to my Redis benchmark test, after enabling mptcp: the throughput decreased by 10% to 20%, and only the min latency is decreased when mptcp.scheduler=redundant. @LemmyHuang, by `mptcp.scheduler=redundant` do...

> yes, I am using these schedulers. @LemmyHuang, cool! Are they available in stock kernel by default? ``` Linux ceph2 6.15.0-rc7-mptcp+ #9 SMP Sat May 24 17:38:07 CST 2025 aarch64...

I wonder if that has to do something with ANSI escape sequences occuring after the initial `-` a few lines below. Eg: ```diff ... --- Installing: /home/runner/work/wasmtime/wasmtime/target/c-api-install/../c-api-install/lib/libwasmtime.so --- Installing: /home/runner/work/wasmtime/wasmtime/target/c-api-install/../c-api-install/lib/libwasmtime.a...

Does this mean the following needs to be added somewhere into the source: ```sh #define _XOPEN_SOURCE 700 ``` ... please?

Please excuse me the offtopic. This is a private message to @beketata ... Hello @beketata, the OpenWatcom community tries to contact you (for the 2nd year in a row already):...

Do I get right that the issue was fixed? Found it while trying to discover if Ghostty already supports Windows OS.

@inoperable commented [on Apr 19](https://github.com/maharmstone/btrfs/issues/651#issuecomment-2065385244): > MSYS2 mount.exe umount.exe binaries are recognizing btrfs on Windows Yes, that's nice. And I think the FS type originates from Windows kernel drivers itself,...

> > mountvol B: /L > > @sskras: to clarify, this worked for a **mounted btrfs subvolume** ? True. When comparing my 2nd and 4th terminal snippets, it can be...

PS. Well, I am not sure if this is a real BTRFS subvolume. I had an empty partition on my system drive and used something like that from my MSYS2...

Now if I try to reformat it to NTFS, this fails too: ```sh saukrs@DESKTOP-O7JE7JE MSYS ~ $ format.com E: /q /fs:ntfs The type of the file system is RAW. The...