Christian Schwarz
Christian Schwarz
fixes #77 Sponsored-by: 49nord GmbH
As documented in the discussion in #57 and #56, `CSNotificationView` is displayed with the status bar offset in a container view controller. The key point is: `CSNotificationView` cannot always rely...
Right now, when calling `showInViewController:...` a second time while the first view is still being presented, the new view moves over the old one - not so great. My idea:...
- Did not attempt to keep the same versions as in Gopkg.toml Just ran ``` go mod init github.com/snagles/docker-registry-manager cd app go build ```
### What are you trying to do? Use case: one of my hosts connects to iSCSI targets that have IPs in the `100.64.0.0/10` range. A straight up `tailscale up` will...
`zrepl` uses `zfs send -nv` to estimate the send size and visualize it in the UI. Users reported [a legitimate zrepl bug](https://github.com/zrepl/zrepl/issues/463) where we incorrectly parse the size estimate as...
From the changelog ``` * |bugfix| Fix resuming from interrupted replications that use ``send.raw`` on unencrypted datasets. * The send options introduced in zrepl 0.4 allow users to specify additional...
fixes https://github.com/zrepl/zrepl/issues/554 refs https://github.com/zrepl/zrepl/discussions/547#discussioncomment-1936126
* Some questions that might be relevant to a sanoid + syncoid user can be found here: https://github.com/zrepl/zrepl/issues/337