Will Hart

Results 11 issues of Will Hart

**Bevy Tilemap version** 0.4 **Operating system & version** Windows 10 **What you did** Created a tilemap: ```rust let mut tilemap = BevyTileMap::builder() .texture_atlas(atlas) .dimensions(24, 12) .chunk_dimensions(64, 64, 1) .auto_chunk() .texture_dimensions(16,...

bug

When typing mobile devices should automatically scroll the caret into view... currently on iOS it gets hidden behind the virtual keyboard

bug

Allow hover to see what it does

bug
enhancement

For instance if you close a header, make the next block a paragraph... need to think a bit about appropriate order of block styles

enhancement

enhancement
question

Currently the game state is initialised at game creation. This has a number of consequences: - the number of players must be known exactly before the game is created (no...

Thanks for #27 / #64 💯 However, I'd love to be able to load bibtex files in so it fits with my standard workflow. I've discovered that I can read...

Is there a way to disable parsing of raw HTML altogether? I know I can override specific tags but I'd like to automatically escape HTML characters without transforming the data...