Rich Churcher

Results 7 issues of Rich Churcher

Add an example of setting the configuration object from a Lua file. See: https://github.com/glacambre/firenvim/issues/1391

```toml [dependencies] bevy = { version = "0.12.1", features = ["wayland"] } bevy_ecs_tilemap = { git = "https://github.com/StarArawn/bevy_ecs_tilemap", branch = "main" } ``` Hello! Enjoying using `bevy_ecs_tilemap` for a game...

Thanks so much for maintaining this template, I really appreciate it especially the out-of-the-box CI/CD. I notice that in order to get Itch.io full-screen working correctly (i.e. actually full-screen and...

As previously discussed, I'm investigating getting this working on Arch with the stock arm-none-eabi-gcc which is 6.3.0. After 76247cfc7a9df9d8851ffb34b1256fb0b6b08760 the issue described in #2 goes away, but another conflict with...

Hi! Hope you don't mind me using an issue to ask a few questions. I know some people who might be interested in starting a social enterprise/NGO project and Bettermeans...

# Objective We were waiting for 1.83 to address most of these, due to a bug with `missing_docs` and `expect`. Relates to, but does not entirely complete, #15059. ## Solution...

C-Docs
D-Straightforward

# Objective This example demonstrates responding to picking events within the UI context. https://github.com/user-attachments/assets/5cca1a82-9646-4e4b-8186-8c3572caebf7 ## Solution It's been fun playing with this, but I'm also open to changing it dramatically...

C-Examples
A-UI
D-Straightforward
S-Needs-Review
A-Picking