Sebastian Stenzel
Sebastian Stenzel
_From @heinrich-ulbricht on October 31, 2016 12:0_ @mostolog @dodekeract On Windows there are options like memory mapped files (not actually backed by a file) ([MSDN](https://msdn.microsoft.com/en-us/library/windows/desktop/aa366551%28v=vs.85%29.aspx)) or named pipes. Something two...
_From @mostolog on October 31, 2016 16:36_ I'm not sure I'm understanding your comments. Please, correct me if I'm wrong: - To open a vault, cryptomator requires a password -...
> I still prefer "root-only" files as a portable solution, or keystores. full ack. the latter one is already implemented for win/osx. however automation as discussed here is probably most...
As mentioned by @tobihagemann this might be a cloud-dependent feature. Not sure, if all storage backends support storing/modifying file metadata. But a "best effort" solution should be feasible. For the...
Depends on [WebDAV NIO Adapter issue 5](/cryptomator/webdav-nio-adapter/issues/5).
> I’m in the process of migrating a huge amount of data in the vault to the new version and as soon as it started, on iOS the vault is...
@mhoff, @maul-esel, @Nava2, @Nashatyrev Do you know any active fork? Otherwise: Are you willing to resubmit your PRs on a fork once again, if we created a new one? @TomasMikula...
> requires to be in the jnr package Due to package-private access to classes in upstream dependency? Maybe, if it is a good idea to extend those classes, the jffi-people...
Possibly. We distribute our software as an Appimage which has some different environment variables that might cause the app to use the default branch of that switch-statement... :thinking:
> it seems like the first call should be end up calling [`dlopen("libfuse.so.2")`](https://linux.die.net/man/3/dlopen). But this assumes that `libfuse.so.2` is in the current working directory, correct? Only the second...nth attempt to...