Tobias Hagemann

Results 196 comments of Tobias Hagemann

Thank you for your feedback! Just to be sure if it's a bug or if this actually a request for an enhancement: Is this folder (root folder, "/dav") also a...

## Workaround ### With iOS 16 Copy the file and paste it inside a new draft in Mail. ### Before iOS 16 Copy the file to "On My iPhone/iPad" and...

I agree that the concern voiced by @billziss-gh @enocom @JakeSiFive is a real problem for many developers that rely on macFUSE and its testability (incl. our team). Any chance to...

I had to debug this, but `formController.view` isn't the same as `formController.tableView` in my case. But it wouldn't have mattered, because the `tintColor` of both `view` and `tableView` are correctly...

It's not convenient to set the `tintColor` on the cells manually, because I don't want to set any properties on the cells themselves. I just want to interact with the...

I wouldn't say I can reproduce it reliably but it's not too hard either. For example, I just used your `MemoryFS` and interacted with it a little. TextEdit is kind...

Maybe also good to know: While debugging this issue, I used [bindfs](https://bindfs.org/) to observe certain behavior with various mount options. I was never able to reproduce the issue with bindfs....

I forgot to follow up on this issue. We fixed this quite some time ago, this is our solution: https://github.com/cryptomator/fuse-nio-adapter/blob/ae5594170a82765cbda604f9e61a0814482906b7/src/main/java/org/cryptomator/frontend/fuse/FileAttributesUtil.java#L74-L79 I don't know if this is something to be expected...

Just from reading this issue, I can imagine what happens. As far as I know, directory ids are cached. Since you're re-creating the folder (in step 5), the directory gets...

Just wanted to chime in and confirm that newlines were reformatted. :smile: `0x0a20` (old) vs. `0x0d0a20` (new). Either set your IDE to use UNIX line endings (e.g., in IntelliJ IDEA...