John Gresty
John Gresty
When `Private.isImgCacheLoaded` returns `false` in `ImgCache.getCachedFile` then the function exists immediately, this is surprising behaviour when using functions such as `ImgCache.getCachedFileURL` as I would expect any error to trigger an...
It would be nice to have some sort of hook in the VirtualTableView plugin to be able to dynamically load more rows (eg from a paged api) when scrolling. Our...
pinentry-mac falls back to pinentry-curses if the env var `PINENTRY_USER_DATA=USE_CURSES=1` is set, however pinentry-touchid does not respect this and will always prompt for touchid. This is needed when pinentry is...
## Proposed change Allow sending messages to telegram topics and threads; Topics were added to telegram groups in November 2022, and to the telegram-bot library in version 20.0. They are...
### Expected Behavior Some commits are raised by bots or other scripts that may not necessarily pass strict rulesets. It should be possible to bypass linting commits by some specified...
This field allows sending messages to a specific topic or thread. ## Proposed change Allow sending messages to telegram topics and threads; Topics were added to telegram groups in November...
It would be nice if stoken supported XDG base directories instead of dumping the `.stokenrc` file in the home directory.
Suppose a `go.mod` contains: ```go.mod require ( repo/foo v1.0.0 repo/foo/bar v1.0.0 ) ``` then `go mod` will store the directory structure: ``` go └── pkg └── mod └── repo ├──...
When trying to encode the data type: ```go type Data struct { Data *[]*string `json:"data"` } ``` which is generated with avrogo from the schema ```json { "type": "record", "name":...
It would be nice to have some systemd support. I have a service file for my own use that could work: ``` [Unit] Description=mpdcron [Service] Environment="MPDCRON_DIR=/var/lib/mpd/mpdcron" ExecStart=/usr/bin/mpdcron --no-daemon [Install] WantedBy=multi-user.target...