Santiago M. Mola

Results 179 comments of Santiago M. Mola

@mat-green Did you actually test this?

@cwalker67 Thank you! If you have any suggestion about how to communicate this in the documentation, feel free to do so. I'm keeping this issue open as a reminder for...

Hi @titulng. This project has been discontinued and I do not intend to maintain it. Feel free to fork it if it contains any code that is useful to you.

Standard URIs do not accept backslash (`\`) as path segment delimiter. `java.net.URI` will throw `URISyntaxException` at any syntax violation of RFC 2396 (an old version of the URI syntax standard)....

Already fixed by https://github.com/carmstrong/multinode-glusterfs-vagrant/pull/3

This was fixed in https://github.com/carmstrong/multinode-glusterfs-vagrant/pull/3 Works in master.

@progrium Thanks for sharing the wrapper, that might be useful to others. Contributions are welcome, so if anyone is willing to work on improving memfs, that will be welcome. I...

@rydrman It can always implement the function and return `ErrNotSupported` if the underlying filesystem does not support it. @mcuadros what do you think?

There are some options here: * Implement an utility function that copies a directory recursively from one file system to another. * Implement a copy-on-write filesystem that wraps two underlying...

It does. You can replace most tasks, including Build, with your own commands.