-
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 …
-
Neovide panicked with the message: Failed to create Window: Error { raw_code: None, raw_os_message: None, kind: NotSupported("provided display handle is not supported") }
I am using Fedora 40 a…
-
I have no idea what's happening here exactly, but here are the screenshots
![image](https://github.com/user-attachments/assets/9cbf455c-b589-48b9-9fc9-bde82a06cdb7)
This is right after opening a…
-
### 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…
-
In the [Async Functions](https://cxx.rs/async.html) chapter, the book shows how to call a C++ async function from Rust. Is there such a workaround in the opposite direction? I'd like my C++ functi…
-
I am interested, but no rust background ✌️. and I have no idea how to help, but I am interested
-
Config library `config = "0.14.0"` depend on rust-yaml unmaintained library:
```
error[unmaintained]: yaml-rust is unmaintained.
│
322 │ yaml-rust 0.4.5 registry+https://github.com/rust-lang…
rdcm updated
3 months ago
-
-
To run the code in Python after building the package with `maturin`, you can follow these steps:
1. **Build the package**:
```sh
maturin develop
```
2. **Import and use the module in…
-
I'd like to suggest publishing an additional extension variant without the bundled rust-analyzer binary, for two main reasons:
1. Reduce download size and time
2. Enable support for architectures not…