William Entriken
William Entriken
Please undo file mode changes here https://github.com/0xProject/erc721-website/pull/46/files#diff-4b74f0e238fa45aaae5f40a258683e29 It's a good idea but out of scope for this PR
Is it possible to move website to github.com/ShareKit/ShareKit to reduce confusion?
-1 this significantly increases the cost of `readdir` --- Readme.md: Fast on classical HDDs EncFS is typically much faster than ecryptfs for stat()-heavy workloads when the backing device is a...
Got it. Because encrypted files may be moved across different host filesystems, "too long filesystem" must be defined independent of host filesystem. Practically, most filesystems support 255 bytes (https://en.wikipedia.org/wiki/Comparison_of_file_systems). So...
For people that are following this issue, I am interested to know if it is because your file names are long or because there is a lot of folder nesting?...
Just being creative here. What if this capability was delivered by a separate Fuse module called, say, `foldfs`. You mount a "source" filesystem with `fold` or could mount a "folded"...
The fact that issue is still open indicates indecision and prevents everyone from working towards a consensus solution (or multiple competing solutions). @rfjakob [Above](Update missing ALT tags) you mention: >...
@rfjakob I have been looking at this and am almost ready to get started. Previously I was thinking to do a separate filesystem which solves this and other problems. For...
Got it, thank you. My main use case is `--reverse`. Is your approach's complexity still correct there?
@gwpl In summary from this discussion above: a filename-translating filesystem works and the way to set it up is pretty clear; but the reversing process can be slow because of...