tlietz

Results 4 issues of tlietz

The auto formatter does not work on `heex` files, even after setting up the configuration in my project correctly and adding the elixir-ls plugin as the default formatter in `settings.json`....

When navigating the cursor through the type annotations with the vscode vim extension, it skips the character directly to the right of the type annotations: https://user-images.githubusercontent.com/25965706/162584601-25f1d00d-6373-4d08-97be-8fc4e6e06b08.mov Is this something that...

It could be nice to have the `macroquad::rand::gen_range` function take [range expressions](https://doc.rust-lang.org/reference/expressions/range-expr.html) as a parameter so that it is the same as the newer versions of the standard [rand crate](https://docs.rs/rand/0.8.5/rand/trait.Rng.html)....

For example, if item `5` was `frozen`, and `4` was dragged below `6`, the result of before and after would look like this: _Before:_ ![image](https://github.com/clauderic/dnd-kit/assets/25965706/c58dcebb-8f75-4ab9-a721-9b7fc8b49ab5) _After:_ ![image](https://github.com/clauderic/dnd-kit/assets/25965706/a2e9155a-d52c-4a5b-a7ac-63dcaab22645) If there isn't...