-
Opening an issue to continue the discussion in https://github.com/open-telemetry/opentelemetry-rust/pull/2128#issuecomment-2478644843
-
**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
2 hours ago
-
We should try to make catwalk use https://github.com/image-rs/image-webp instead of relying on libwebp.
-
rust project often have the C/C++ projects score. it is very important to have rust bindings.
Could you assign me to this issue please? I should start next month.
-
Hi. I thought you might want to know about this.
This person copied your entire repository almost entirely verbatim, except he changed references (project names, links, etc) of the original to th…
-
The issue reported here...
- https://github.com/emacs-lsp/lsp-mode/issues/4591
...is a regression triggered by a change in r-a. I've bisected it to commit ba1c9146fcca65fa9c40d1e4e73bdcb898a8de46 (…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
```rs
fn main() {
let _: Vec = ""
.lines()
.filter_map(|x| {
…
-
### Describe the bug
If a function returns value other than string, it is silently ignored when fed to an external command via pipe. This is unexpected.
### How to reproduce
/home/ineu ▶ '123' | …
-
I would like to use Rust Analyzer to show hints in my editor of choice.
I know that I can override the command used to feed data to Rust Analyzer.
```json
{
"rust-analyzer.check.overrideCommand":…
-
### Feature Request / Improvement
Based on some testing in Iceberg-Rust https://github.com/apache/iceberg-rust/pull/349#pullrequestreview-2444443544 it came to the light that with PyIceberg the `file…