Ralph Ocdol
Ralph Ocdol
Pull Request. 1. Fork the repo 2. create a branch with the fix or new feature. 3. Push it to your fork 4. Create a pull request to this repo....
I just noticed with one of your `curl`, you don't need to pass `--data` on the GET one as it is not needed >```bash > (⎈ |lyra)keith@fedora:~ $ curl -s...
@jhakuzi Yeah, everything was changed. We're just waiting for #371 to be reviewed and approved
He made an example for it https://github.com/glanceapp/glance/issues/304#issuecomment-2797658086 Not sure if he'll be implementing it or when
I've made a PR #569 to at least make it possible for the request to wait for the previous one, though it would still need a way to pass the...
Also a bit similar to #555
I like this. But it has issues with the navigation when you have a bunch of them and the horizontal videos, scrolling through them would also trigger the swipe. Edit:...
You could consider looking into setting up FreshRSS in the meantime as your backend and using it for your RSS widgets in Glance. https://github.com/FreshRSS/FreshRSS At least until this gets approved....
@KallanX I think this has something to do with the widget's bar graph based on the comment on this code ```go // Pihole _should_ return data for the last 24...
`/api/history` looks closer ```json { "history": [ { "timestamp": 1511819900.539157, "total": 2134, "cached": 525, "blocked": 413, "forwarded": 1196 }, { "timestamp": 1511820500.583821, "total": 2014, "cached": 52, "blocked": 43, "forwarded": 1910...