Neville
Neville
Please consider this a draft issue. I will add more info gradually. --- GitDoc keeps asking me for the SSH passphrase. I also (sometimes?) get the notification "Remote repository contains...
**Describe the bug** Tabbing through a modal jumps from the last input to the rest of the page, skipping the action buttons. **To Reproduce** Steps to reproduce the behavior: 1....
Add tests for [`Common/Types/JSONFunctions.ts`](https://github.com/OneUptime/oneuptime/blob/master/Common/Types/JSONFunctions.ts).
It would be nice to have an RSS feed for the website. `make publish` and `publish.conf` generate the RSS feed. IIUC, [the Github Action](https://github.com/nairobilug/nairobilug.or.ke/blob/e221c4403fa28d9b21e4a8c11bf2212a5007ad71/.github/workflows/updatewebsite.yml#L27) does not use the _publish_ config...
The description for `--export` says "Whether to write the dot file as executable bash script." However, if I used the `--export` flag with a multiline variable, the output cannot be...
## Checklist * [ ] Are you running the latest v3 release? The list of releases is [here](https://github.com/urfave/cli/releases). * [x] Did you check the manual for your release? The v3...
I use [josh-berry/tab-stash](https://github.com/josh-berry/tab-stash) to _stash_ tabs I don't use. ## What I expected The tab count reduces when I stash tabs ## What happens The tab count increases despite stashing...
I need to use a cookie value set in a previous request in the next request to implement the csrf double submit pattern. Right now I have to use a...
If I run http requests in a notebook and hit save, the response headers are saved but the response body is not. For example: ```http GET https://httpbin.org/get ### POST https://httpbin.org/post...
## Is your feature request related to a problem? Please describe. I always have to copy and paste (JSON) requests and response bodies for documenting manual verification steps of an...