jtagcat
jtagcat
Re-open of https://github.com/nextcloud/ios/issues/411 Open issue possibly related: https://github.com/nextcloud/ios/issues/1447 ### Steps to reproduce 1. Mark files available as offline. Download files. (Shows up under Settings → Advanced → Delete files to...
Right now, Joplin provides a vertical split of markdown and output. Especially on vertical monitors, it would be nice to see horizontal splits instead. ### GitHub Etiquette * Please use...
**Is your feature request related to a problem? Please describe.** With around 5k articles over 3 years, search queries are slow, clocking in at 48-53s, sometimes longer (especially with multiple...
### Summary ```yaml - name: Enable nginx community.general.sysrc: name: nginx_enable value: "YES" ``` ^ Example does not ensure the service is started. I'd like to see `nginx` as the name,...
The [encryption docs](https://restic.readthedocs.io/en/stable/070_encryption.html) are currently very poor. Off of top of my head we need to add on how encryption is implemented. A note on rclone crypt remotes (to not...
File: [language/golang/build-images.md](https://docs.docker.com/language/golang/build-images/) `COPY *.go ./` is misleading. It does not copy all needed files. Using subdirectories and -packages is not uncommon in golang: ``` . (spotify-togit) ├── main.go ├── pkg...
`wl-clip persist -c regular` works fine. With `-c primary` or `-c both`, the following abnormalities happen: Dupe of #3 ### Ctrl-A Selecting text (most commonly with Ctrl-A) in dialogues is...
### Feature Description - A way to force duplicate search, or two-in-one for speeding it up - Searches also closed issues, mitigates the 'I already searched for dupes' (from open...
This works: ``` wl-paste --watch cliphist -max-items 20 store ``` Both of these actually use `-max-items 750` (the default): ``` wl-paste --watch cliphist store -max-items 20 wl-paste --watch cliphist store...
Related: https://github.com/emersion/go-webdav/issues/68 https://github.com/jtagcat/calredact/blob/6c12f21a34d440c4633859c171da24d62495eed3/main.go#L106-L115 Tested faulty with fastmail.com (Cyrus). Same generated request works (207) on OX App Suite and Nextcloud. Code in question: https://github.com/jtagcat/calredact/blob/6c12f21a34d440c4633859c171da24d62495eed3/main.go#L106-L115 Response for go-webdav on fastmail.com: ``` HTTP/1.1...