-
In [Ratatui](https://ratatui.rs), we introduced a fairly extensive prelude with commonly used types. After seeking feedback from users across reddit, discord, users.rust-lang.org and our forums, we fo…
-
I tried to build ATS on MacOS, but build fails with `implicit declaration of function` error.
Error messages is as follows.
```bash
...
prelude/ats_main_prelude_dats.c: In function 'mainats_prel…
-
When running Clippy, there are lots of warnings like
```
warning: unnecessary qualification
--> crates\win-api-wrappers\src\thread.rs:175:54
|
175 | ThreadAttributeType::Parent…
-
**Is your feature request related to a problem? Please describe.**
It would be nice to just prelude all the types I need to configure, style and setup egui. I suggest when this accepted for types…
-
### What it does
Lints cases where a `use`, item declaration, or local binding shadows an item in the Rust prelude.
In the case of a `use`, it suggests instead using the containing module, i.e. re…
-
### What happened?
I'm following [Local Development Setup](https://github.com/systeminit/si?tab=readme-ov-file#local-development-setup).
After I run `buck2 run dev:up` all services are started exc…
-
First of all, thank you for this work.
Example A: if we specify endian only on the Main type, doesn't compile
```rust
use deku::prelude::*;
#[derive(DekuRead, DekuWrite)]
struct Sub {
}
#…
-
@sideeffffect @kyri-petrou @jdegoes @ghostdogpr, please add anything you think we should fix/improve/change before releasing `v1.0.0`. Feel free to disagree with my points, of course 🙂
List of thin…
-
- [ ] remove all the features, all tho keep/add the following:
- worldstate
- market, market_cache
- profile
- [ ] Remove the `warframe::worldstate::prelude` module
- [ ] Rename any type…
-
### Motivation
I believe the driver is currently not as user friendly as it could be in terms of structs import paths. It is quite counterintuitive to dive into nested modules with sometimes cryptic …