kee-oth

Results 21 comments of kee-oth

@getify Awesome! I'll create a ticket for this idea sometime this evening 👍 @jzombie Thanks for your input too! 💪

> Command can be exposed with [Kitty's keyboard protocol](https://sw.kovidgoyal.net/kitty/keyboard-protocol/#modifiers). That's started being added in [crossterm-rs/crossterm#691](https://github.com/crossterm-rs/crossterm/pull/691). Once that lands, I think we could build on it for additional modifiers. @groves Just...

I am using Vite and your suggested fix works! Is this in the docs somewhere? I just took a look and wasn't able to find this information. Thank you!

Just noting that my team and myself are waiting for this integration as well 👍 Thanks for the work on this!!

@getify Thanks so much for the thorough reply! I'll try out both approaches in my project and see what ends up feeling better for my coding style. ``` ...any JS...

Thank you again for the responses! I appreciate the example illustrating the ergonomics of `do` over chaining. It's very helpful! And I absolutely agree with `do` syntax probably being a...

I'm here because I ran into the same issue (using Zod to validate a date input), it's clearly a pain point that a lot of us feel. And it's definitely...

I just want to ping this thread as this functionality is something I'd really enjoy in my workflow. I do most of my work in projects where sibling files are...

@zanettin Thanks for the reply! I did try to work on some sort of test integration a few months ago but got blocked from my lack of understanding how to...