Arthur Bodera
Arthur Bodera
@bgemmill Ok, I think I found a more serious problem. WTF is a "writing gap" ? 😲 Every time I write a bigger file (through encfs) I'm getting random `input/output...
I thought we're doing just that after adding the write cache. It waits for writes to finish, the POSTs after it flushes. I fail to see the difference in writing...
> While I could dive into fuse to make acd do that, you're probably better off performance-wise using a different encrypted mount. Are you implying ecryptfs would behave differently? From...
This would fix #376 and #185. This is what i.e. OpenStack SWIFT FUSE driver does for writing files https://github.com/redbo/cloudfuse Related code: https://github.com/redbo/cloudfuse/blob/master/cloudfuse.c#L256-L289
@endiz I've found a serious limitation of the unionfs approach. For deletions, both branches (local path and ACD) have to be set to RW. The problem is, for files within...
> whether the assets have been copied to the public directory? no `http://localhost/js/main_main_4.js ---> A 404 error occurred` Actually, I don't want to have them copied to public directory. I...
Hmm... well, it's not doing that :-) And I'm quite happy about it, actually. Even if it did, it'd make those silly names like `/js/main_bootstrap.min_1.js` (the original file is just...
1. indeed 2. not really. selectOption() will target and change a `` field, but most of those aforementioned libs hide the real `` and replace it with some UI ``...
Do we have an interface for that ?
No, sorry. The only thing that comes to my mind is xpath generation (similar to chrome dev tools, when you right click and element and select "copy path").