SirHall
SirHall
It would be useful to be able to have the server force each connecting client (if using public key authentication) to forcefully be assigned the username from their public key.
TypeID id's are not stable, as it is still not reliably collision resistant, and the hash generated is expected to change between Rust versions: [rust#77125](https://github.com/rust-lang/rust/issues/77125). This makes it a poor...
I felt as though this may have been suggested plenty of times before, but I was unable to find any previous issues mentioning this problem so I'm making it now....
As `bevy_ecs_tilemap` stands now, each tile's size in-world is tied to the pixel-size of the tile in the source atlas. If I however want my tiles to be of unit...
Since adding a `rustfmt` file would likely cause many merge-conflicts for all open-branches, I've decided to just open an issue for it and also see what fields you feel are...
As of now, If I have struct A, which is a field of struct B using `#[nested_soa]` in a different file, it will complain that `apply_permutation` is private.
Recreated as no-one seemed to be looking at the previous PR, and the reviewer seemed to no longer be active. As `bevy_ecs_tilemap` stands now, each tile's size in-world is tied...