Vitaly Shukela
Vitaly Shukela
Is it really a problem with imlib2 loader? Note that imlib2 has changed its loader API and current `imlib2-heic` and `imlib2-bpg` won't work with modern (e.g. 1.10) imlib2.
What if remove `.flag_nullpath_ok = 1,`?
Is there FUSE on Cygwin? Do you mean https://github.com/mgeisert/cygfuse ? > It's a long time since last commit, is this project kind of dead or does it just work? I...
Related: http://ccgfs.sourceforge.net/ My own contribution: https://github.com/vi/ccgfs-win-storage
If you want to contribute to that "socketfs" or "ipcfs" or whatever, you can design a protocol using some IPC-generator (based on protobuf or whatever) that generates client and server...
Maybe. Do you have some specific design of such line-based protocol in mind? For example, how non-UTF8 filenames that contain newlines and other control characters inside would be handled? Shall...
Maybe related: https://github.com/LK4D4/grfuse
> fast prototyping > driver written in bash So is your requirements is being able to write crude filesystem driver as a long-running Bash script (as opposed to multiple mini-scripts...
Yes, that code example looks on the point. Something like this, but shorter and simpler (i.e. without nesting, only with e.g. two parameters), unless those square brackets and nesting is...
> Are you currently waiting for some feature to land in a new crates.io release? Primarily things for outputting wav files to stdout or reading them from stdin, like https://github.com/ruuda/hound/issues/39...