Keziah Biermann
Keziah Biermann
@gitgotgatcat regarding 1: And a keyfile cannot be remembered at all. If you manage to store a keyfile, you can use a password manager. Or store a `password.txt`. Or a...
> use a xattr, requires a filesystem with large xattr support and a file IO API compatible with xattrs, this boils down to Solaris and derived platforms and ZFS. Perhaps...
Disclaimer: I'm neither a compiler engineer, nor a typesystem-language-lawyer – I'm sure, from a technical point of view, the rationale behind this is probably sound. However, if I look at...
> By declaring it inside the impl block, your const implicitly becomes dependent on all generic parameters of the type, and that's what triggers the warning. I don't really understand...
> Correct; using them as values is fine, but using them in types (like in an array size) is problematic. There's a big difference between these two ways of using...