Nate Fischer

Results 340 comments of Nate Fischer

A stackoverflow post led me to [this helpful section of the source](https://github.com/nodejs/node/blob/master/src/node_file.cc#L375-L407). Looks like this is only available on POSIX. A warning might be a good alternative if the actual...

I tried this on my Ubuntu box: ``` Bash cash $ cat /dev/zero ``` Several `^C`'s couldn't stop it. It froze up my machine, so I couldn't even issue an...

I don't think this is supported yet, but we may be able to add support for this without too much trouble. @dthree we could probably solve this by looking for...

I'll take a look and see how easy it is. If it's not too much, I think we can just add the feature now and reimplement with the full bash...

So I looked into this. We would essentially need to instantiate the preparser using the same vorpal instance. From there, the parsing is pretty simple. I can write something up...

I think either approach should be fine. If performance isn't critical, the latter approach is probably nicer

Ok awesome! Sounds like a good move

> Sorry my recent responses haven't had much action - a bit busy right now. No worries! I just figured I'd point out some of the things I've noticed so...

Any way to fix this? At the very least, it might be good to add a warning in documentation. The `SwapExists` thing is relatively common. --- Also, thanks for the...