Rob Herley
Rob Herley
# Summary Currently, if you wish to [attach a file to an interaction](https://discord.com/developers/docs/reference#uploading-files) via the webhook builder it does not work. Also, today the webhook builder does not support multiple...
Using the example from the [bubbletea repo](https://github.com/charmbracelet/bubbletea/blob/5b809a3da86a63d2f07372b1941e8058178dad4d/examples/table/main.go) where the table height is `10`. When the table is rendered with `100` rows, moving down scrolls normally and only offsetting at the...
### What is the feature or enhancement? If you have a really long snippet and line(s) are selected, the page should jump to those lines. Could use [`getSelectedLines`](https://github.com/robherley/snips.sh/blob/8e52e02c66e74479d5643d22a2c6490cd73a5b7f/web/static/js/snips.js#L3-L12) somewhere after...
### What is the feature or enhancement? For: - https://github.com/robherley/snips.sh/discussions/79 Would be great if we can have a bulk delete command where you can: 1. Delete oldest N snips 2....
With the changes introduced in: - https://github.com/actions/toolkit/pull/1771 Which was meant to resolve: - https://github.com/actions/upload-artifact/issues/485 We introduced a new bug: - https://github.com/actions/upload-artifact/issues/590 We had a slight regression with symlinks. The typical...