Peter Jonas
Peter Jonas
If all of the executables are stored in the AppImage's `bin` directory then this could be as simple as checking if the first command line argument corresponds to the name...
Maybe, but I think it would be useful to have a recommended/suggested internal structure for AppImages, specifically to enable useful optional features like this one. People who don't need the...
It might be worth starting a new numbered spec file for each major release and having a `latest` file that is a symlink to the most recent major release, plus...
Fine-grained versioning (e.g. `type 2.1`) and feature tagging (e.g. `supports TARGET_APPIMAGE`) are welcome additions to the AppImage specification, but it will take time for these features to be implemented in...
Links are broken. Try https://hitchdev.com/strictyaml/ instead and scroll down for examples and justification. See also https://hitchdev.com/strictyaml/features-removed
> In order to ensure a proper subset of JSON5 "JSON5" is just another JSON extension/alternative like [jsonc](https://komkom.github.io/) or [CSON](https://github.com/bevry/cson). It is not "the 5th version of JSON" as you...
Native links don't survive round-trip YAML parsing (i.e. read YAML, interprete YAML, dump YAML) because they get replaced by the content they point to. I would prefer to see all...
@DmitryArefiev, I agree the [menu name should be spoken](https://github.com/musescore/MuseScore/pull/20191#issuecomment-2296487631), but I think that's a separate issue. The menu name is also not spoken if you press Alt+F for example. While...
Perhaps "Split chords and voices" and "Merge staves".
I get the same error even when the shebang specifies Bun rather than Node. Also, relative paths that don't start with `./` give the error. E.g. `src/test.js` (all platforms) and...