Asier Illarramendi
Asier Illarramendi
This is something that also confuses me, and the answer seems to be how `macros` are handled in Rust: https://stackoverflow.com/questions/30450399/does-println-borrow-or-own-the-variable (yet I still don't understand it) It confuses me that...
Same problem here, it happens with `11x8.5in` but if we change to another size it gets fixed. We're using the following arguments: `L, R, T, B, page-width, page-height, zoom, dpi`....
I've created an issue at [Orc/discount#142](https://github.com/Orc/discount/issues/142) since it's the library used for parsing the markdown.
Seems that this should be done in `qlmarkdown` via post-processing. I'm waiting for confirmation but it seems like `discount` will not implement this.
I also like `(a)`, given how Bevy already follows CSS it feels _natural_ (although it's surprising for those not familiar with it). It has its use as pointed by _inodentry_....
#149 doesn't fix this. But, I think after `0.10` is released this weekend it'll be possible to fix it with: https://github.com/bevyengine/bevy/pull/7325 (see `text_input` example in `bevy/main`). `bevy_egui` or the user...
If these are going to be referenced from [the API reference](https://docs.rs/bevy/latest/bevy/) (not the website docs) then I think it's better to move it into a separate `assets-docs` folder so it's...
Maybe just version the files like `foo.v0.webp`? Without adding a relation to any Bevy version.
Oh, I see, this is sentence is continuing the previous one 🤦‍♂️. So: if `HighPerformance` is chosen but there is no discrete option, it will fallback to integrated (then other,...
@RichardSneyd can you share the code you used? I've upgraded a three years old project to the latest Pixi & `@pixi/spine` and now the `mouseover` events are not working… there...