Jiahao XU

Results 102 issues of Jiahao XU

Since `type_id_of` implementation for non-static types is a bit hacky, I think it is a good idea to call for review on reddit r/rust or in [rust-lang/rust](https://github.com/rust-lang/rust).

I tried to use `vimcmdline` with `conda`, however it doesn't work due to the fact that the newly created `python` interpreter does not inherit the environment variable `PATH` from `vim`....

Resolve #270 Signed-off-by: Jiahao XU

PR: improvement

Fixed #269 Signed-off-by: Jiahao XU

PR: bugfix
PR: improvement

This PR adds signal handling for: - `ctrl_c` - `SIGINT` (unix) - `SIGHUP` (unix) - `SIGTERM` (unix) - `SIGQUIT` (unix) which will abort the program and clean up the resource...

PR: bugfix

From https://github.com/cargo-bins/cargo-binstall/issues/251#issuecomment-1204132889 : > > Upstream jobserver has a longstanding bug relating to lifetime of Client [alexcrichton/jobserver-rs#25](https://github.com/alexcrichton/jobserver-rs/issues/25) > > > > I submit a solution for fixing this [alexcrichton/jobserver-rs#40](https://github.com/alexcrichton/jobserver-rs/pull/40) which...

Report: enhancement

I wonder is it possible for cargo-binstall to run on wasm target and add wasm target as a fallback if the environment supports running wasm?

Report: feature request

I just come acrossed [this article](https://ahgamut.github.io/2022/07/27/ape-rust-example/), which reminds me of [Cosmopolitan Libc](https://github.com/jart/cosmopolitan), which IMHO is very amazing and jaw-dropping. If we can have a cosmopolitan libc target, then doesn't that...

Report: feature request

--version is misleading https://github.com/taiki-e/install-action/issues/14 And cargo-binstall needs a -v to obtain its version easily.

https://github.com/alexcrichton/tar-rs/issues/295 `tar` failed to handle `GNUSparseFile` correctly.

Report: bug
Blocked: upstream