Dave Patrick
Dave Patrick
**Bug description** Before `ObjectSubclassIsExt::imp`, the private struct would only be exposed when explicitly allowed to. Now, it can be accessed publicly, even from a different module. Exposing the private struct...
Here's the comparison of ffmpeg and image-gif relative to source mp4 video All in 30 FPS, 640x360 resolution --- ### source mp4 https://user-images.githubusercontent.com/64297935/125145565-3f463400-e154-11eb-93d2-319daa87067b.mp4 size = 913.5 KB --- ### ffmpeg's...
Fixes #129 This is btw tested with ashpd.
I did ask this a few weeks ago in the flatpak-vscode room. I'm not sure if this is correct. However, I tested it with gnome-music and Mousai cc @Hofer-Julian
Related with #140 WIP since not working currently - [x] Need `flatpak` probably in CI - [ ] Handle installing runtime - [ ] Probably also needed to fix #129...
Currently, the work that `onDidRequestRebuild` handler has done is duplicated by `handleActiveManifestChanged`. So removing `onDidRequestRebuild` would not change anything at all. There should be certain changes threshold for each (e.g....
On `package.json`, it is required to have at least three elements for it to allow `jsonValidation`/`yamlValidation`. But in the code, we allow at least two elements.
See #94 review comments