Bruno Sutic

Results 246 comments of Bruno Sutic

Here's a 2022 bump to this issue. `check_constraint`s are great and it would be great having them in the annotations.

Hi, I can reproduce this problem. I'll take a look!

Hey, the `#io_read` method does not have a conventional `read`-like behavior. Check the docs for `io_read`, I think they will make everything clear. https://docs.ruby-lang.org/en/3.1/Fiber/SchedulerInterface.html#method-i-io_read

Yea, this is interesting. So, the selector from this gem was taken from Samuel's `io-event` gem and slightly changed. I still put his copyright at the top of the file,...

It's obviously a special case for something, I'm not sure what. We should ask Samuel - can I ask him to add you to socketry slack?

I worry that the downside of this approach is that it adds delay for all invocations of this script. Also `0.05` may not be enough for ssh connections with higher...

Hey, this feature is used to copy whatever the currently typed text on your command line (before you press `enter`). Say, this is my command line: `> foo bar baz_`...

I just checked the code. What I wrote above is pretty correct as it corresponds to the order of function calls in `scripts/copy_line.sh` ```bash yank_current_line() { go_to_the_beginning_of_current_line add_sleep_for_remote_shells enter_tmux_copy_mode start_tmux_selection...

@Seybo what tmux version do you have `tmux -V`? This feature should work on tmux 2.5 (I'm using it daily).

I think this is a related issue: https://github.com/tmux-plugins/tmux-yank/issues/107