boxdot
boxdot
Which terminal is that? Asking, because I can't reproduce this in alacritty.
Thank you for your detailed proposal. I will look into it. I think (2) is very useful for using the space better. I think we can even do better with...
Usually, what we sort data in memory and then write it to disk with e.g. `ExternalVector`. We had some experimental work on sorting `ExternalVector` externally, which is useful when the...
I have the same problem in gurk. I will monitor the logs there.
We definitely would consider a PR. Also we can easily release a new version on crates.io.
Actually it would be nice to rework the bindings and allow to configure them.
@gferon you mentioned you might know why this happens?
Unfortunately, I see this too.
This created also a problems previously when answering to messages. Maybe, for now it is a good idea to disable this feature and rethink the design.
I started to look into this issue. But it seems that it contradicts #1654. There is also an example where recreating the iterator is actually useful: ```rust use std::collections::HashSet; let...