David Holland
David Holland
I'm also running into this now. With the new routing, all route related files are prepended with `+` which would need encoding to be valid in a URL. Vite transforms...
I possess a Mac. I think the `shasum` util comes installed by default, which I believe could be used to check a SHA512. I'll try and have a look at...
Booted up the PR this morning and got this working on macOS: ```gdscript # res://src/components/editors/remote/remote_editor_download/remote_editor_download.gd "macOS": var command_template = "cd '%s' && shasum -a 512 -c --ignore-missing --status '%s'" var...
It's been inconsistent for the past few releases due to issues with executable permissions, see https://github.com/odin-lang/Odin/issues/3994
Damn, hitting this too. I'm attempting some conditional compilation; my use case is selecting a custom graphics api package at compile time, either vulkan or d3d12. Akin to the following:...