Maxim Berge
Maxim Berge
Mine one: [https://github.com/GraphtyLove/h5ai](https://github.com/GraphtyLove/h5ai ) Feel free to use it ;)
@fafrd of course, it's done. That's stange, I don't have any errors... Maybe check if you installed it rigth ?
Is this in the roadmap? It's a critical feature for a lot of us :p
It all depends on the video feed you want to use, integrate a webcam video feed in react shouldn't be that hard to do :)
Still have this issue on ARM MacBook running Macos Sequoia with the latest tmux/fzf any update on this?
> The fix was merged 3 months ago: [#155](https://github.com/omerxx/tmux-sessionx/pull/155) > > The popup should be super fast now. > > [@ak127a](https://github.com/ak127a), [@GraphtyLove](https://github.com/GraphtyLove), Could you please make sure that the plugin...
``` +++ 1742770176.N dirname scripts/sessionx.sh ++ 1742770176.N cd scripts ++ 1742770176.N pwd + 1742770176.N CURRENT_DIR=/Users/maxim/.tmux/plugins/tmux-sessionx/scripts ++ 1742770176.N tmux display-message -p '#S' + 1742770176.N CURRENT=21 + 1742770176.N Z_MODE=off + 1742770176.N source...
@Marat-Gumerov It didn't print the miliseconds either. I managed to get it with: ```bash PS4='+ $(gdate "+%s.%3N")\011 ' bash -x scripts/sessionx.sh ``` ``` ➜ tmux-sessionx git:(main) PS4='+ $(gdate "+%s.%3N")\011 '...
> [@GraphtyLove](https://github.com/GraphtyLove), I think something is wrong with your bash. It is much slower than it should be. > > Here is my log > As you can see, all...
Same issue here. To remove pylsp as a workaround: ```json "languages": { "Python": { "language_servers": ["!pylsp", "pyright", "ruff"] } } ```