Sergei von Alis

Results 204 comments of Sergei von Alis

@wjt This is what I usually suggest to people wanting comments in json, but this way you can't add multiple comments to the same node (it would be a duplicate...

> If jsonc is de-facto compatible with what people use on Flathub It's not compatible the other way round: what is valid for jsonc is not necessarily valid for json-glib's...

This feature is on my todo list, but currently it's blocked by the fact that Flathub runs a single f-e-d-c instance to check all the apps, which means that we...

> Oh yeah that's a problem, would #148 help here? To some extent. > Then each project could run their own f-d-e-c. You already can run f-e-d-c from a github...

@tinywrkb This seems orthogonal to this issue. The feature you probably want is #249

@tinywrkb So the juggling with `x-checker-data` is just to disable "hosted" f-e-d-c, but still be able to run it manually, correct? If so, I suppose it won't be needed once...

>I need a script to wrap around f-e-d-c, and check if the source was updated f-e-d-c prints to stdout information about updated sources. We probably can add an option to...

@tinywrkb flathub/actions#16 was merged, you can now opt-out from "hosted" f-e-d-c.

@wjt has added an f-e-d-c GH [workflow](https://github.com/endlessm/eos-google-chrome-app/blob/master/.github/workflows/check.yml) to Endless OS Chrome flatpak. Maybe we can turn that workflow into a reusable action?

@daenney No, the actions you linked are internal to flathub. The f-e-d-c action checks all apps on flathub instead of just one in you repo.