Nicolás Alvarez
Nicolás Alvarez
I think CMake, reformatting code, and adding rels should be separate pull requests.
The build error was fixed upstream in this commit: https://cgit.freedesktop.org/xorg/xserver/commit/?id=21b896939c5bb242f3aacc37baf12379e43254b6 Updating to xorg-xserver-1.18.0 (first release with that patch) and adding `yum install xcb-util-keysyms-devel.x86_64` fixed the Docker build for me.
I disagree that this can be "easily" done with a wrapper script; it would involve *two* whole traversals of the filesystem, one from the wrapper script searching for excluded files...
Discord now has replies.
"Cloud storage is VERY expensive" only if you're comparing with a local disk. If you're already going to run this on a server, object storage is *much* cheaper than having...
You no longer need to ensure a file doesn't exist before uploading it (and that's impossible to do without race conditions anyway). Is this ticket still valid?
Bah, I got confused and thought this ticket was in the restic repo 🙈
I created a few RPs to store aggregated data, created CQs to put new data in them, and backfilled them with some SELECT..INTO queries. Now I want to delete the...
`chattr` attributes are specific to ext2/ext3/ext4 filesystems. btrfs supports some of them too. I would say xattrs are more standard than that.
I didn't see anyone suggest that this should be yet another `--option`...