-
### 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…
-
As far as I can see, the specification does not explicitly forbid the following sequence:
1. call `textDocument/completion`
2. change the document, send `textDocument/didChange`
3. call `completionIte…
-
In an error message about mutable global variables (https://github.com/rust-lang/rust/pull/133143) I wanted to link to the book to a chapter explaining how to use `static` with mutable data, but I cou…
-
The JSON encoding of `.google.protobuf.Any` includes the name of the type:
https://github.com/protocolbuffers/protobuf/blob/10c20cefd1f724031760b2d0db725968f2fee41c/src/google/protobuf/any.proto#L1…
-
板子是esp32s3r8n16(正点原子)+esp-idf(已搭建完毕)+rust(有些基础),但是目前并没有结合起来,不知道用esp-idf怎么创建rust项目,请教下该方向是否有实现的可能,看这方面的资料比较少,也不知道在哪里找学习资料qwq,再弱弱问一句大佬们有交流群嘛~
-
### Bug Description
If I declare an `enum` and use it on a private property the enum also exported from the generated Rust code. This will lead to compilation error if I have the same enum name but o…
-
As Lina and Janne [reported](https://lore.kernel.org/rust-for-linux/20241123-rust-fix-arraylayout-v1-1-197e64c95bd4@asahilina.net), there was a bug in `AllocLayout::new()`. Although it's fixed, it wou…
-
### Bug Description
Sample fails to compile for calling python in rust
Brand new to trying to run python in a rust app haven't found one sample that compiles yet.
### Steps to Reproduce
1. Cargo…
-
At the moment:
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
Gets the latest version which requ…
-
Likely riskier than most because it forces issues of how we have polymorph libraries depend on each other in general for Rust. In particular we're post-processing the Dafny-generated Rust code to add …