l
l
> It happens too much that I have sometimes played entire tourneys with this and randomly guessing where the pieces are. You can safely reload the page with Ctrl+Shift+R, you...
> FWIW, I'm totally for ditching this option altogether in favour of using system-wide knob. +1 on this, tweaking TCP congestion control is usually a bad idea, does more harm...
Related: https://github.com/maplibre/maplibre-gl-native/issues/288
My interpretation is that #288 was closed as fixed because library user can avoid GMS dependency, but F-Droid still considers the library to be violating free software principles because building...
DSA - Requested here: https://github.com/rpgp/rpgp/issues/56
Collected the backtraces of the stuck process: ``` localhost$ gdb -p 1305 GNU gdb (GDB) 8.3 Copyright (C) 2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or...
Sidenote: there is a third alternative to dropping unwritten data and flushing it in a blocking way. It's possible to spawn a new task that will do the flushing sometime...
Maybe this can be reproduced more reliably and converted into a test? Is it possible to cause `File` to become unflushed in deterministic way? This is probably caused by slow...
It's possible to remove `Drop`, but isn't it a workaround? What is the reason for panic in the first thread? What if I implement a `File` wrapper that does `flush`...
Here is a way to create unflushed file: https://github.com/async-rs/async-std/blob/11196c853dc42e86d608c4ed29af1a8f0c5c5084/src/fs/file.rs#L411 I'll try to use it and see what happens.