Danilo Rezende
Danilo Rezende
To give you some feedback: I liked the new samples. I wouldn't say they are objectively better than the old ones, tough; it's a matter of taste. Personally, I prefer...
Also, before merging this, remember to add the missing samples: > And I don't have keys for 0x5b and 0x7d. When I press the left win key I get a...
I was able to investigate this further by inspecting the debug logs I enabled with: ``` import logging logging.basicConfig(filename='chatbot_debug.log', level=logging.DEBUG) ``` [chatbot_debug.log](https://github.com/PythonistaGuild/TwitchIO/files/14643296/chatbot_debug.log) My guess is the issue happens when twitch...
Sure. It's up on GCP on the us-east1-b zone. On Tue, Mar 19, 2024 at 6:32 AM Liam Kelly ***@***.***> wrote: > @returnDanilo @Eclip5eLP > > May I ask where...
Oh right! I'll check it out! :) On Mon, Aug 21, 2023 at 8:00 PM Tom ***@***.***> wrote: > Hi there, while this isn't feasible in the current release cycle...
You can put `set -g @yank_action 'copy-pipe'` in your config file. Make sure it's before the `run '~/.tmux/plugins/tpm/tpm' ` line if you installed with TPM, or `run-shell ~/clone/path/yank.tmux` if you...
> I killed tmux and restarted with this setting but it still doesn't work. Using Alacritty with tmux 3.5. Yanking with `y` still brings the cursor back to the command...
I could not reproduce this on debian 12. Are you sure you pressed `I`(that's a capital `I`) to make tpm install the plugins? Does `y` in normal mode(not in copy...
See if adding `set -g @override_copy_command 'xsel -b'` to the top of your tmux config file fixes it. Make sure you reboot. If it does work, it might be because...