Rafael Kitover
Rafael Kitover
I would also be in favor of having an in-memory, modifiable object representing the format that would allow at least some layout adjustments in one's `$profile`.
@jhoneill @dkaszews Let's make a gallery module that will manage this XML file automatically on import from `$profile` and set a nice default format for filesystem ops, on both Windows...
The syscall that seems to be failing is `copy_file_range()`, here is what I hope is the most relevant section of my strace: ```strace 863501 mprotect(0x7f5a52321000, 4096, PROT_READ) = 0 863501...
Thank you, my next step will be to reproduce the specific error condition and I will report back here.
That does look like the exact issue. I was going to test with an older kernel to make sure that fixes it, but I'm having all kinds of serious problems...
I fixed my linux install issues and would like to report that I compiled linux kernel 5.9 with zfs stable 2.0.0 and the bug does not manifest. I will work...
> What _problem_ is this solving? Give a specific use-case, describing the steps exactly. So, PowerShell on Windows recently removed the feature where arguments such as `~/.ssh/config` or `~/.vimrc` are...
If you don't want to do this that's up to you, I believe this is a harmless enough change because in these cases the user is very unlikely to want...
I don't understand the lint failure, what am I doing wrong there?
> We might want to address this, but need to be sure that fix_fname is the right place to do it. (I haven't analyzed the codepaths involved.) So I tried...