Ralph Ocdol

Results 32 issues of Ralph Ocdol

### Description As the title says. I've come across few instances where this can be useful 1. from a `What's up Docker` widget in community-widgets https://github.com/glanceapp/community-widgets/blob/main/widgets/wud-monitor-by-panonim/README.md where it would have...

feature request

From my Issue #502, I wanted to have a way to have a `date today` in the parameter of the `custom-api` as some API would need to receive those dates....

https://github.com/glanceapp/glance/issues/579 example: ```go {{ $array := .JSON.Array "" | unique "key" }} ```

### Description Some API's can have duplicate items, I'd like to have a way to only retain one record from the JSON list. The `gjson` currently doesn't have the `@unique`...

feature request

### Description The Web App doesn't launch or would crash when Vertical Tabs feature is on. It would crash on Firefox, and it wouldn't launch on LibreWolf both with or...

bug

```yaml - type: rss # style: vertical-list show-thumbnails: true ```

This is mainly for users who use Glance as a New Tab page. Addresses #870, #696 #### For Title or Group title URL ```yaml - type: some-widget # a valid...

Addresses https://github.com/glanceapp/glance/issues/764 ```yml - size: small widgets: - type: group widgets: - type: stack title: Stack 1 widgets: - type: hacker-news limit: 5 collapse-after: 3 cache: 5h - type: lobsters...

### Description Not a huge bug since we can just use the one the OS provided. But a browser feature loss nonetheless as it feels better option as it can...

bug report

Example FreshRSS User Query ```yaml - type: rss title: FreshRSS Test feeds: - url: https://rss.home.local/api/query.php?user=user&f=atom&t=token&sort=date&order=DESC ``` The `FOSS/Linux` is from the Category Title in FreshRSS and the source link is...