-
### Checklist
- [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports
### Describe your issue
I'm trying to compile a CLI tha…
-
**Description:**
The to_rust_string function uses CStr::from_ptr to convert a raw pointer (*const c_char) into a CStr. However, it does not validate that the pointer meets the necessary safety requir…
lwz23 updated
7 hours ago
-
When having [SlintPad](https://slintpad.com/) code that causes the language server to panic (like in #6312, as long as it isn't solved), the preview just doesn't change, and doesn't react …
-
### Describe the bug
```
LocalSend 1.16.1 (56)
Error: RhttpError.rhttpUnknownError(field0: reqwest::Error { kind: Builder, source: Custom { kind: Other, error: Error { code: -25262, message: "The…
-
vscode settings:
```json
{
"rust-analyzer.server.path": "/Users/me/.cargo/bin/ra-multiplex",
}
```
running ra multiplex server
```
/Users/me/.cargo/bin/ra-multiplex server
INFO can…
-
In `Witness` we have three methods for getting at parts of the witness stack for Taproot transactions.
- `tapscript`
- `taproot_control_block`
- `taproot_annex`
We could consider combining the…
-
refs:
- https://github.com/rust-lang/rust/issues/114544
- https://github.com/rust-lang/rust/pull/116485 which was massively scaled back due to this open question
- https://github.com/rust-lang/rust/…
-
Hi, I have taken over the maintenance of [`strtod`](https://crates.io/crates/strtod) and is interested in add some commit from this fork, namely:
- API change
- Adding the ffi.rs
My questions are…
-
Hi there,
I don't like installing tools globally (because it's far too easy to lose track of project dependencies) and prefer to use Nix flakes to keep everything self-contained. A problem I run into…
-