Stéphane Gleizes
                                            Stéphane Gleizes
                                        
                                    For me, resetting the syncthing database restored everything to normal. Of course this is a workaround and does not "solve" the main issue here. I had the issue on my...
Looking for the same feature here, overall musikcube is fantastic but this is the only thing missing for my use cases. Additionally to what has been mentioned, it would be...
Patching `+org--insert-item` to use `org-invisible-p2` instead of `org-invisible-p` fixes this for me. `org-invisible-p` checks the character after point, whereas `org-invisible-p2` properly takes into account the case where point is at...
I am having similar performance issues due to UI updates and the above mentioned `term.js`. CPU load greatly increases when a build command is running, and CPU intensive builds (e.g....
> 1: you can use legacy plugin list definition in `/some/path/to/conf.file`, example: > > ``` > set -g @tpm_plugins '\ > tmux-plugins/tmux-foo \ > tmux-plugins/tmux-bar \ > ' > ```...
You can do `set -g @resurrect-dir "$XDG_DATA_HOME/tmux/resurrect"`. Note the double quotes. The [doc](https://github.com/tmux-plugins/tmux-resurrect/blob/master/docs/save_dir.md) is misleading about this. This will work assuming that `XDG_DATA_HOME` is exported in the environment when your...
I also get this error sometimes when seeking, but not always. It also happens on videos where seeking works properly: ``` [00007ff6300a31b0] main decoder error: Timestamp conversion failed for 1350001:...
I cannot seek on this link either so it must be something related to my setup. The troubling part is that seeking works properly when I disable this extension... A...
Ok, it seems that the issue comes in whenever the 'mkv demux' comes into play. Typically, this should happen whenever youtube-dl selects a MKV source (usually in a webm container)....
Hello, Currently, xsh doesn't support system configuration files, but it's something I've been considering for the next version. It's somewhat tricky because each distribution comes with a different setup, and...