Raphaël Rigo
Raphaël Rigo
Since I haven't used the tool in years, I wouldn't be able to make any meaningful comment. I do not maintain it anymore, but I'd accept pull requests.
Probably fixed by https://github.com/wting/autojump/pull/383
Apparently not fixed. This is **really** annoying. Any idea ?
Hmm I just looked at the code and I don't see any actual locking going on. Moreover the backup is done right after the move from the temp file to...
I just added it to my bashrc, we'll see.
It doesn't seem to help :(
I don't know but the issue should be fixed in the code anyway.
Sure, it's `Version 7.4.191112 Linux x86_64 (32-bit address size)` running python3
I actually started with the fork, which has the same problem. I'm currently trying to pin down the issue and it seems it's the `eventFilter` function in `filter.py` which is...
It seems it's this, more specifically: ```python # Is it a QShowEvent on a QDialog named "Dialog"? if ( ev.__class__ == ev, QShowEvent and obj.__class__ == QDialog and obj.windowTitle() ==...