James
James
Any chance this is ready since extra options are now gone (regression) so it's not possible atm to use -D
After about two hours debugging an issue in https://github.com/purpleidea/mgmt/ today, I realized it was in `afero`, and then after reading the source, I realized that `Mkdir` isn't behaving correctly. It's...
Great idea :)
@mbertschler Of course, although while OS would use fnotify, MemMapFs could also implement this by easily adding a hook onto any chmod or write call to any of the files....
I'd happily write the patch if there was no CLA.
@ffrank I actually disagree with your "polymorphic types suggestion" I don't think it fits well with golang. Instead if you want this, then you pick a string type and parse...
@jszwedko Actually, this is really helpful, thanks! A bonus would be if there was some way that running: go run /tmp/tmp.go --foo Would not throw an error. Ideally this would...
@jszwedko I'd appreciate it! Perhaps a better way to phrase it more generally (describe the API) would be that if some flag setting DefaultEmpty was true, then it would use...
@lynncyrin You should keep it open please. Thanks!
Not sure what you're asking, but it's definitely a bug. The above reproducer I left should make it clear.