-
Debian as of [Bullseye no longer includes the deprecated](https://www.debian.org/releases/bullseye/amd64/release-notes/ch-information.en.html#noteworthy-obsolete-packages) **libappindicator** librarie…
-
### Summary
Using the Rust lsp i often (every couple of hours) get delay on save and lsp action (goto definition etc..) to a point where buffer save requests are just ignored (at least it looks like …
-
# 📖 Abstract:
- ✅ 基于 `C FFI`, 把 `C/C++/Rust` 库 binding 成 Mojo 库, 供 Mojo 调用。
# 💯 Related:
- ✅ #433
- ✅ #355
- ✅ #362
- ✅ #384
- ✅ #242
-
**Description:**
I would like to request the addition of first-class support and comprehensive examples for integrating `zitadel-rust` with [Loco.rs](https://loco.rs/), a Rust web framework inspired …
-
Hi,
I recently started with Rust to access the Atspi library and Rust programming. Earlier, I used to work on Python and Atspi to access applications and do GUI testing. When I started with Rust, I…
-
Minimal reproducing example:
```rust
// main.rs
fn main() {
async_std::task::block_on(rfd::AsyncMessageDialog::new().show());
}
```
```toml
# Cargo.toml
[dependencies]
async-std = "1.13.…
-
### Description of the bug:
rules_rust CI picks up latest Bazel releases. Since 7.4.0 was released, our CI has been failing with:
```
(18:32:25) ERROR: /Users/buildkite/builds/bk-macos-pln3-ds…
-
### Problem:
I actually came here from [aws-lc-rust](https://github.com/aws/aws-lc-rs). I tried to use the following minimal example with `x86_64-win7-windows-msvc` but as soon as the library tries…
-
It would be nice to get this building and running in nixos.
My attempt so far almost builds, but I end up with an error which I have no idea how to interpret.
```
Compiling venator-app v0.2.1 (…
-
> We are happy to answer your questions about the code or discuss technical ideas.
Please complete the following checklist (by adding [x]):
- [x] I have searched open and closed issues for dupl…