Luis Enrique Muñoz Martín

Results 204 comments of Luis Enrique Muñoz Martín

Hi! Thanks for adding them! It would be awesome to have these changes in the main repository. Do you want to open a PR with it?

Done in https://github.com/lemunozm/ruscii/pull/45

Hi! X11 dependency is used to be able to handle release keys. `crossterm` only dispatches (or at least dispatched) the terminal events, and terminals don't know about "releasing" a button....

Searching about this I found this [thread](https://stackoverflow.com/questions/74419557/detecting-key-release-with-crossterm-with-rust) in stackoverflow

> Overall, I feel that the absence of key-up events should not be a stopper of using your library Probably you're right here. Just saying that the biggest braking features...

> just published my first project which happens to use ruscii, called [dvd-term](https://github.com/alefnull/dvd-term) Wow! 🚀 You can create a PR if you want to add it into the "Projects Using...

No worries at all @alefnull. The selling point of ruscii is that it gives you release events. If you do not need those, I would also use `crossterm` directly. `ruscii`...

Hi @BlockyDeer, yes they're missing. Those keys do not generate any event in the terminal. For some keys, you can try to infer them, i.e., you obtained 'A' instead of...

I think `crossterm` does not generate this kind of event. At least not for "standard" terminals. The x11 lib can generate that, but it's difficult to sync with the terminal...

Thanks for the answer! I've tested with `--idle-minutes 0` that disables the timeout, and updated to 0.19.x, but I still have the issue. Note that if running locally with `cargo...