Josh Junon
Josh Junon
I've never seen a compiler do this before. ``` rm -rf 'GCONV_PATH=.' pwn pwnkit mkdir 'GCONV_PATH=.' touch GCONV_PATH=.\/pwn chmod +x GCONV_PATH=.\/pwn mkdir pwn echo 'module UTF-8// BRUH// conversion-mod 1' >...
Since the latest release, `jack_lsp` seems to work (yay!) but jackd is still showing: ``` could not handle external client request ``` Previously I saw this when running JACK commands,...
### Describe the problem Most of the common items you'd need from the async runtime (e.g. Tokio) are adequately exposed from the `async_runtime` module, and I understand the goal to...
**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P) rust-analyzer version: 0.3.1839-standalone **rustc version**: (eg. output of `rustc -V`) rustc 1.78.0-nightly (256b6fb19 2024-02-06) **relevant...
Trying to implement `defmt` for a custom board/serial line was a little bit of a headache just reading through the documentation. Maybe some improvements to the docs can be made....
I'm trying to figure out how to effectively use the new Diagnostic API in lieu of the `Parse` trait's `Result` type, which only emits the old spanned `compiler_error!()` trick. In...
Title. Right now the tree view within lanes doesn't support dragging between vbranches.
Might be affecting other things in app/, too. Noticed it late this afternoon, will need to investigate what's going on.
Specifying `-p` in a workspace still enumerates featuers from packages not specified on command line
I have a workspace with different crates with their own features. If I specify `-p` to select one or more packages with `test-all-features` it appears all features from unspecified packages...
Hi there. I'm trying to get a libgit2 client (via the `git2` crate) connecting to russh for integration testing purposes and I'm getting a rather unhelpful error from libgit2 -...