Anthony Grimes
Anthony Grimes
The rest of those functions that return File objects say the same thing. Is it the word 'path' tripping you up? If so, the documentation is all that needs to...
Ah, yes, I see now. I think it should be returning a File. Good catch.
I can reproduce this on a freshly installed Precise Pangolin.
https://github.com/scopely/sugar/blob/002f7598bfc72b15c6615d64022a56ed41567310/src/sugar.js#L426-L438 This is the horror I've had to face to deal with this.
This should definitely be supported by conch. I don't think an `:inherit` value for everything is the way to go, since you can't _only_ inherit stdin, for example. Probably just...
That seems reasonable.
I'd take a PR to add this.
Bandaid on the wound. I made it so that the path expansion stuff is explicit. We really do need to fix `home` though (which would fix path expansion as a...
Yes. I'm not sure what I could add as an example. The problem is that fs doesn't actually know where `~` leads, because it doesn't necessarily have to be `/home/`.
Please read the linked thread. The problem is clearly defined. `~/foo` We don't currently have a way to tell where 's home directory actually is. `$HOME` is not remotely cross...