laund

Results 112 issues of 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:

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...

xo:linux
wait for review

**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...

enhancement
Feature Request

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...

C-Usability
A-Examples
S-Needs-Review
X-Contentious

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...

C-Content
S-Ready-For-Implementation
A-Contributing-Guide
D-Straightforward

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...

C-Feature
A-Examples
S-Waiting-On-Author
D-Straightforward

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...