Sandor
Sandor
I tried going through the crate, and even seen an older changelog entry where `read_only`(?) was added but I cannot figure out how to mark a field in a resource...
Running `cargo install aura-pm` on AARM64 results in the following error. ```sh error[E0308]: mismatched types --> /home/alex/.local/share/cargo/registry/src/index.crates.io-6f17d22bba15001f/alpm-4.0.1/src/cb.rs:244:60 | 244 | unsafe { alpm_option_set_logcb(self.as_ptr(), Some(cb), &*ctx as *const _ as *mut...
I just migrated to aura from paru, and one of the packages I had, I couldn't reinstall with aura (I deleted it first with `pacman -R`), namely: https://aur.archlinux.org/packages/ttf-ms-win11-auto All the...
Hey, just had an idea that the entity hierarchy tree could be generic along relationships instead of just Children now that 0.16 landed. I just scribbled down this implementation, and...
### Describe the bug > So this is going to be pretty obscure, but maybe my odd setup will reveal something. I have an older toy project (svelte 4, I...
## Motivations release-plz does a few checks as it parses the workspace, most notably it checks for circular dependencies among the workspace crates. And since release-plz is stricter on circular...