Roman Schiwy
Roman Schiwy
I have thought about the same thing yesterday. Here are 2 things i came up with. A) Have a flag in config if a hard-delete is allowed. This way we...
I am not sure how this indicator work, since i think all we have in vw is email address and no information about ldap, correct? Because it would technically be...
I think the only way to do it without messing up vaultwarden is to keep track of the users in a persistent storage (sqlite/postgres or something). That would add a...
Yes, difftastic alone is a reason i would want to see it. Loving the work so far, but that would be the cherry on top.
Nushell issue (just in case) https://github.com/nushell/nushell/issues/13717
Ah okay. But i do not fully understand how to achieve the result of step 2 if the directory already exiats. Also (a bit offtopic), i used the "old" coreutils...
Ok so i have made a mistake and mixed something up. First of all, you are right, the descritption of the topic is slightly off, i am editing it. The...
# output after step 2: erd target-dir/ 0 B ┌─ file1.md 0 B ├─ file2.md target-dir 2 files # output after step 4: erd target-dir/ 0 B ┌─ file1.md 0...
# Run with --debug and -v flag ## output of step 2 cp -r source-dir target-dir --debug -v '/home/roman/source-dir' -> '/home/roman/target-dir/' '/home/roman/source-dir/file1.md' -> '/home/roman/target-dir/file1.md' copy offload: unknown, reflink: unsupported, sparse...
> since we use uu_cp from uutils/coreutils it would be good to understand if this problem is upstream or in our code. you are right, i just installed the uutils...