Justin Chase

Results 185 comments of Justin Chase

That would be much better, I can't think of a time you'd want this to keep it open.

Unfortunately I have a fairly complex setup of course and when I run `why-is-node-running` I have a number of things showing up in the list and this was just one...

Will do, thank you for the diligence!

This is a bummer to hear. For node developers getting this tool through npm is greatly preferred over downloading some external python script, it doesn't seem like a good choice...

I came here to report this as well. https://www.nytimes.com/2018/08/08/business/elon-musk-tesla-sec.html This only extracts about 200 words of this article.

Maybe drop `fs` entirely and convert the stop word files to code: ```coffeescript # en.coffee module.exports = [ "a's", "able", # ... etc. ] ``` ```coffeescript stopwords = require(language) ```

I just tried to use this in an Electron app, which uses webpack to build the UI and non-UI parts of the app. It doesn't seem to support bundling txt...

When I run `func host start` nothing restarts, how do you get it to restart?

I came here to say this but the code comments should be fixed too, also you shouldn't fetch the results synchronously when the put hasn't completed yet, more like this:...

I may not have much to contribute but I'd like to hear about the results of this discussion, so if someone could post notes from the meeting that would be...