José Luis Cruz
José Luis Cruz
It would be nice to support [bracketed paste](https://en.wikipedia.org/wiki/Bracketed-paste) mode. This is how crossterm implements it: https://docs.rs/crossterm/0.26.0/src/crossterm/event.rs.html#457-497
These would be very nice to have too. I've checked they are supported in xterm, kitty, wezterm, xfce4-terminal, alacritty by using crossterm. I've noticed that notcurses.h has an unused definition...
I'd love to be able to use rust-script to run no_std scripts that depend on custom build options, which normally are configured inside the `.cargo/config.toml` file. e.g.: ```toml [build] target...
It would be wonderful if we could add a `[lib]` section to the script, choose the `crate-type` and have it appear compiled next to the script.
Currenly only the edition `2018` is specified, which implicitly sets the MSRV to `1.31.0`, but libm doesn't compile with that version. The first compatble rust version is `1.43.0`, when the...
I noticed the work was already done for windows and wasm in #189. So I'm opening the issue for tracking purposes bc I'm very interested. Ideally it would be perfect...
in order to be able to keep track of updates, without having to follow issues/prs. Thank you
I wonder whether it'd be possible to substitute the `typenum` crate with the subset of const generics stabilized since Rust 1.51.
Hi. I'm sorry for opening this here, but it's not possible to open an issue in your [sixel-tmux](https://github.com/csdvrx/sixel-tmux) repository. And I wanted to communicate to you my experience trying to...
This would need to be a config option. If an email address is supplied then the credentials are sent there. I've come across the expectation several times that people assume...