kaldonir
kaldonir
> * I can see some nasty corner cases: sometimes, even isolated areas might become certain late in the game, because the number of mines is fixed and there is...
We ran into the same issue today. Is there any progress here?
In our team, we're regularly running into the same issue. Is there a workaround besides avoiding async exceptions on threads which execute transactions?
Ich wünsche mir dieses Feature auch. Mein use-case ist ähnlich: Ich benutze sowieso schon das Tool Timewarrior, und würde mich darüber freuen wenn es irgendeine Möglichkeit gäbe, mit den darin...
If it's not reproducible in other setups, then I'll have to investigate some more where this might be coming from. Can you point me to the part of the code...
I poked around a bit, and apparently this issue only occurs when `mcfly search` is run via the hotkey bound with `bind -x`. This doesn't happen when I directly execute...
I have tracked this down to the fake typer with TIOCSTI, which seems to trigger this when used in conjunction with bash's bind. I didn't find too much information about...
This turned out to be [a bug in bash](https://lists.gnu.org/archive/html/bug-bash/2022-03/msg00019.html) and has been fixed already. I don't think there is anything to do in this repository.