Will Thompson
Will Thompson
It would be even better if there were something in the GNOME release "API" that could be used to determine what the latest stable/unstable version is of a project and/or...
> Maybe a new `version-scheme` property with string values e.g. `odd-minor-is-unstable` or `alpha-beta-rc-tags` (just ideas off the top of my head) defaulting to the newer model. Then when tracking a...
Is the filename, on disk, encoded in UTF-8, or in some other character set? I'm curious about the output of: ``` for x in org.libreoffice.LibreOffice org.libreoffice.LibreOffice.Locale org.freedesktop.Platform/x86_64/18.08 org.freedesktop.Platform.Locale/x86_64/18.08 do echo...
``` flatpak install --reinstall runtime/org.freedesktop.Platform.Locale/x86_64/19.08 ``` will get you all locales. You could instead specify: ``` flatpak install --subpath=/ru --reinstall runtime/org.freedesktop.Platform.Locale/x86_64/19.08 ``` to get just Russian.
> On the Discord repository, there have been many pull requests made by this bot that simply change the URL of a `.tar.gz` source back and forth, even though its...
Sounds great to me!
Thanks for filing this issue – the `PackedScene.GEN_EDIT_STATE_INSTANCE` point helped me to fix a `@tool`. Actually I think it should be documented here: https://docs.godotengine.org/en/stable/tutorials/plugins/running_code_in_the_editor.html#instancing-scenes which already documents the need to...
@razzeee Early feedback on this change suggests that this is having the opposite effect to what was intended. WDYT?
Is the empty `` tag actually rejected by the appstream validator?