Matthew
Matthew
I can confirm this issue. It seems that whenever I open the app after having not used it in a while, I have to reauthorize with OAuth.
@ThaChillera The GitHub official app is pretty good. I'm using that now.
Will this be added? Of the 3 main apps I want to use with Franz, this is one of them.
No worries, thanks for creating the plugin. I followed their procedures and managed to get the plugin working on my machine. 👍
I'm getting the same issue with Kubuntu 18.04, tmux 2.6, and tmuxp 1.4.0. ``` session_name: project windows: - window_name: Git layout: even-horizontal panes: - shell_command: - tmux rename-session ${PWD##*/}; clear...
Same issue as here (https://github.com/nvim-treesitter/nvim-treesitter/issues/4945).
@detroyejr Excellent! I've tested and it works great. The results are shown slightly differently between the alias and the full command, but I don't think it would bother anyone. ```...
Is my comment here valid?: https://github.com/ohmyzsh/ohmyzsh/issues/12282#issuecomment-2021346588 Would changing the approach to setting an alias (as in the linked comment) vs defining a function be better? I don't know anything about...
Yes, the snippet replaces the current '_build_tmux_alias' function and can provide the same 4 aliases (ta, tad, tkss, ts) and ta, tad, and ts seem to work without a specified...
Yes, my `tmux -V` returns `tmux 3.4`. And if I enter either of the commands `tmux attach-session` or `tmux attach-session -t` (no target specified for `-t`) it takes me to...