-
According to `Cargo.toml` `procfs` supports Rust `1.48`. However it fails to build on versions below 1.70.0.
We are currently using `procfs` with Rust 1.67.1, where we get the following error when …
tyilo updated
3 weeks ago
-
### Describe the bug
When using the nushell version 0.99 and 0.100, the logger functionality is broken. Facing the below error:
```nushell
~/Test ❯ nu test.nu
Error: nu::shell::column_not_found…
-
### Summary
OAuth support will need to be implemented for authenticating through the AT Protocol services.
### Pain points
App Passwords will be eventually deprecated. ATProtoKit needs to get…
-
### Did you check existing issues?
- [x] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser
- [x] I have searched the ex…
-
Hello users. I haven't actively maintained this library in a very long time as you probably noticed. I am still controlling the entry on crates.io for it alongside the redis release team and @badboy…
-
This project is really cool! I know it is described as its own language, but would it be feasible to use Numbat as a Rust library for parsing user-provided math expression strings into dimensioned val…
-
As a team we need to develop a p2p network in RUST
In order to create a decentralized validator nodes that will implement MPCTSS as the validation protocol.
DoD:
- Using the RUST libp2p library
- U…
-
### Describe the bug
I installed tauri2.0beta a few months ago and it worked great. This week I wanted to try the official version of tauri2.0. I installed the latest rust language, then created a…
-
When developing a Ledger device app with Rust, I introduced a fundamental library called bytes. This library is very foundational in Rust development and is widely used, including in embedded devices.…
-
### What happened?
I have a rust project which uses openssl. Now I would like to have a reproducible build using devbox. But when I use `rustup` from devbox, the compilation fails at linking time.
…