wackbyte
wackbyte
I added a Transform2 type and moved Transform to Transform3. Fixes #4.
Use [rustfmt](https://github.com/rust-lang/rustfmt) to make the code more consistent and nice.
You should be able to use a feature named something like "`backend-nphysics`" to have `NPhysicsBackend` included directly in the crate (for convenience).
It's frustrating when I lose my turtles or don't know where they are, so I think it'd be nice to highlight the turtles with overlay glasses like the containment box...
`a11y-no-noninteractive-tabindex` says "noninteractive element cannot have positive tabIndex value" but denies a tabIndex value of zero, and zero is not positive. "Nonnegative" (or similar) is more correct wording. ### Before...
- Use `Cell::from_mut` and `Cell::as_slice_of_cells` rather than using `mem::transmute` - Use `#![no_std]` and `core` - Add a Minimum Supported Rust Version (MSRV) of 1.37 - I decided to choose this...
Hides the password input of the account deletion form if the user does not have a password (i.e. they registered with OAuth or similar and never set a password) and...
I think this is a better solution for item 3 of #455 than adding an `aria-label`.