laund
laund
Top is VSCode with this extension, bottom is browser Devtools. Either this extension is completely inverting colors (unlikely) or somehow its picked the dark theme of the CSS framework I'm...
HTML got rid of my whitespace, making it hard to debug whitespace issues Before: After:
Dont use 99- prefix, to allow users to overwrite config without breaking the 2-digit naming scheme
I had the need to overwrite some of the sysctl config set by this, but by choosing the 99- prefix you've made it so I can't add a higher priority...
### Description After changing the "SQL keyword color" in "Window > Preferences > Appearance > Colors and Fonts", the colour of keywords in the SQL editor does not change. It...
Outdent?
**Describe the bug** Heyo, i want to outdent an entire block in a python script, but it seems this is not possible. During editing, modifiers aren't shown like they are...
The intention behind this PR is to allow contributors to easily build wasm examples locally, useful for example to include debug info. For contributors, that means they now have access...
Its possible to figure some of the linters/tools that are used by looking at the various dot-files in this repo, but it would be very useful to have that mentioned...
Sometimes, especially on smaller screens, it can be useful to Fullscreen an example to view it properly. This PR adds a simple Fullscreen button to the examples. I've deliberately decided...
While the Color struct has a nice color picker implementation, LinearRgba is only displayed as numbers. Since LinearRgba appears quite often in custom material assets, it would be very useful...
InspectorPrimitive seems initially like such a flexible solution. Sadly, the entirety of `bevy_inspector` cant be used, since its functions take `&mut World` and can't take `&mut RestrictedWorldView`. This means that...