Peter Jonas
Peter Jonas
*Aside: This mainly affects consumer applications so is arguably an issue for [scoop-extras](https://github.com/lukesampson/scoop-extras). I decided to post here since it could in principle apply to any app installed via any...
It seems that the version of Qt 5.5 currently available for CentOS 6 via EPEL (and therefore used for packaging all Qt AppImages made in CentOS 6) is not using...
There's been quite a bit of fuss about snaps in the last few days, with Canonical attempting to push them as the new universal Linux packaging format. So what does...
I know that StrictYAML parses comments and includes them when writing to a new doc, but I wondered whether there is a way to access comments individually like you can...
We should create a suite of test cases that contains examples of valid and invalid StrictYAML, as well as the equivalent JSON or assciated error codes and messages. The test...
There's [YAML.org](https://yaml.org/) and [JSON.org](https://www.json.org/). StrictYAML needs to have an equivalent for it to be taken seriously. The website doesn't need to be complicated. [YAML.org](https://yaml.org/) and [JSON.org](https://www.json.org/) are basically just single-page...
Ordinary YAML [does not mandate any particular ordering of keys](https://yaml.org/spec/1.2/spec.html#id2765608). This means that when a user creates a YAML file, such as this: ```yaml key1: First value key2: Second value...
Clearly embedding images as base64 will make the SVG bigger, not smaller, but the SVG is still optimized in the sense that it becomes a fully self-contained resource (no external...
Right-clicking on a horizontal or vertical frame in MuseScore 3 revealed a context menu with options to add text and images. There was also an option to add horizontal frames...
The ICNS format on macOS is similar to the ICO format on Windows. It can contain multiple image sizes and has support for alpha transparency and various image encodings. The...