Mateusz Kowalczyk
Mateusz Kowalczyk
It was pointed out to me that I was supposed to update the address to `main` in the script. I did this but end result was sadly the same: no...
OK, you're right. Here's how window looks like once I expand it until vertical scrollbar disappears.  but I _can_ expand it further, or just double click the triangle in...
> By the way, please feel free to PR your change to the script, as it would only make it more robust. I can send something tomorrow. Ideally I think...
> While this is a valid problem (in this case, it should read `ImGui::TextUnformatted`), there's going to be tons of them throughout the codebase... > > Fixing all of them...
Thank you! We are in JST timezone so we usually end up seeing a release in morning and then having to wait few hours to use it...
FWIW there's some existing code in zstd-seekable-s3 that uses zstd-seekable crate and makes it into a stream; see https://github.com/Fuuzetsu/zstd-seekable-s3/blob/master/src/compress.rs for example In hindsight, this should have lived in a crate...
>I think this could be considered if benchmarks show that it is beneficial, but I very much doubt it will be possible to do better than a panic here for...
The code under benchmark is: ```rust pub fn get(&self, dir: Dir, p: Price) -> Qty { self.pqs[dir] .iter() .find_map(|PqPair { price, qty }| if p == *price { Some(*qty) }...
I'd like to keep access if possible.
In the past I have often needed some trivial software updates done and it was just much easier for a everyone involved when I was able to just push those...