Results 271 comments of Rob Parrett

I'd personally love to have this as an option. It was attempted in https://github.com/bevyengine/bevy_github_ci_template/pull/41 but the PR stalled out (IMO) due to just being too large / trying to do...

GitHub seems to be struggling -- I'll retry the checks later.

It sounds like you're looking for [`TilePos::center_in_world`](https://docs.rs/bevy_ecs_tilemap/latest/bevy_ecs_tilemap/tiles/struct.TilePos.html#method.center_in_world).

GitHub seems to be struggling -- I'll retry the checks later.

The screenshot is the same screenshot currently on display in the README. This screenshot hasn't been updated since it was added ~3 years ago. Presumably this bug is no longer...

Just linking in discussion from the twin PR for the `bevy` repo. https://github.com/bevyengine/bevy/pull/13040

Does the `toml` crate's pretty serialization match the expected format? I'll try to remember to look into that at some point.

I did some investigation of this upstream at https://github.com/alexheretic/glyph-brush/issues/174 and confirmed that #10193 won't help with this. Though I closed that issue, it seems like Bevy or the library it...

As a dirty workaround, you might be able to explicitly add soft break opportunities to your text by inserting `\u{200B}` (zero-width space) characters.

Unfortunately, it looks like `cosmic-text` did not save us. This still seems to be an issue.