MinerSebas
MinerSebas
Could you also test Bevy with its [`subpixel_glyph_atlas`](https://github.com/bevyengine/bevy/blob/main/Cargo.toml#L76) Feature enabled?
GDScript Toolkit just got a PR, so it can be run as a pre-commit hook: Scony/godot-gdscript-toolkit#92 I changed this PR into a Draft, until that PR is merged/closed and I...
The PR now use pre-commit to run `gdlint`. I also added `gdformat`, but commented out, as it sometimes creates invalid code. I also updated the pre-commit-hooks to the latest revision,...
In addition to the compilation benchmark, a runtime/render benchmark should be performed, so that it is known whether this has any impact here, due to missed optimizations. Edit: Missed the...
> I'm a bit confused: Why run `rustup toolchain install` when entering the shell, when rustup tools (including cargo) already install This is the confusion, on nix installing rustup doesn't...
When I tested it many months ago it didn't work, but perhaps it was since fixed (or I did something wrong).
As a compromise, you could check what the version of vscode on the current (un-)stable channel, to use as a lower-bound for inclusion.
The changelog contains this entry: ``` * The behavior of systemd-sleep and systemd-homed has been updated to freeze user sessions when entering the various sleep modes or when locking a...