Jason Heeris

Results 60 issues of Jason Heeris

The following doc comment: ``````rust //! //! This crate frequently uses a trait bound like the following where subprocess //! commands are required: //! //! ```none,actually-rust-but-see-https://github.com/rust-lang/rust/issues/63193 //! T where //!...

I've written a crate [calloop-subproc](https://gitlab.com/detly/calloop-subproc) that uses the [Calloop event loop](https://crates.io/crates/calloop) and [async-process](https://crates.io/crates/async-process) to manage subprocesses in an event loop. It's about 700 lines of code with 9 integration tests....

bug
Instrumentation

I entered "ethyl cyanoacrylate" into the "Compound Name" box and cleared the SMILES structure box. Longest I've waited is ten minutes, but the displayed molecule doesn't change from the default....

I tried to use reqwest for making https requests, which means a transitive dependency on hyper, and then this lib for TLS. However despite reqwest's and hyper's tokio dep being...

When I use ctrl+o to open a file, it would be nice if as I type in a path, I could somehow see what existing paths are available for me...

enhancement

I can't find documentation (eg. on keybindings, how to use, customisation) on the Github page or Wiki. If it needs to be written, a note to that effect would be...

Some of the bold colours are set to the grey tones. This fixes that. Fixes #2 . Could someone please regenerate the template output files? I am not on a...

When I try to emulate the image with `./qemu-run` and try to type in the emulated screen (eg. to log in) I get: ``` usb-kbd: warning: key event queue full...

I think requiring patches to be tarballs adds an extra intermediate step that's (a) a bit of a burden, and (b) actually more friction than forking a 3rd party repo....

### What Operating System(s) are you seeing this problem on? Linux Wayland ### Which Wayland compositor or X11 Window manager(s) are you using? Mutter ### WezTerm version 20230712-072601-f4abf8fd ### Did...

bug