Pedro Côrte-Real
Pedro Côrte-Real
Didn't realize dnglab had an internal fork. I'm more than happy to collaborate. Adding metadata support was also in the plans but haven't worked on this lately.
I'm happy to merge PRs if there's something in particular you'd like added. Other than that I just have to find time to work on more stuff. Metadata is definitely...
Thanks for the extremely prompt reply :) I understand why unix has the file handles, my question was more about the API having several cases where a handle and a...
The `chmod()/fchmod()` case I had seen in the man page and assumed something of the sort was happening. I'm more puzzled how the Fuse-MT `write()` is supposed to be used....
I've switched over to a fully inode based structure that I can then associate handles to: https://github.com/pedrocr/syncer/blob/6b1a36f811942af35550532b595e5a348dabb922/src/main.rs This seems to work fine although I need to run some kind of...
@droundy that's an interesting solution. Maybe a `SimpleFilesystemMT` trait that just removes all the handles as well as `open()/opendir()/rmdir()/unlink()/link()/release()/releasedir()` and `FileSystemMT` drops path from `read()/write()/flush()/release()/fsync()/readdir()/releasedir()/fsyncdir()`?
Here's the hack I had to implement to make it work right now: https://github.com/pedrocr/syncer/blob/4afc7620ce66fbb57425819502570936d898e159/src/lib.rs It seems to work fine and shouldn't actually be all that unsafe but it would be...
Supplying a raw sample is usually enough. Providing one to rawsamples.ch insures the camera will stay supported in the future. You can also just open a new camera support bug...
You can see 16bit tiffs showing the differences here: http://scratch.corujas.net/sse_diffs/
The comparison has dithering disabled and the differences look quite substantial.