Joseph Goldbeck

Results 40 comments of Joseph Goldbeck

I just came across [this article](http://sorcery.smugmug.com/2013/12/17/using-phantomjs-at-scale/), which suggested killing the phantom process after sending the exit command. So I wrote a little something for my own project to do just...

If that still leaves phantom processed hanging around, you could also try `process.kill pid, 'SIGKILL'`. For now, I'm just planning on sending the default 'SIGINT', but I'm not up at...

That thought occurred to me too. Certainly you could make a shorter timeout to lower the likelihood of that happening. 500 ms was an arbitrary choice.

I can tell you that if you just call ph.exit() and then process.kill, then the SIGINT gets there before the process is closed "naturally" by ph.exit(). I have no idea...

As per the instructor, seems it's updated in the repo, but if you've already built the environment, you can update just the relevant dependency with `conda install dask -c conda-forge`

@john-osullivan @jasonkalmeida from looking at the repo, it appears you two are taking the lead on this. Is that right? If so, I'm thinking we should assign the issue to...

This sounds good. One thing I think we should call out (in both GitHub issues and in the readme) is whether projects / proposals are coming from the campaign or...

Another small note: I'd love to see `Ongoing Support` -> `In Production`. Much more exciting / achievement-oriented that way :D We could even have `In Production (Active Development)` and `In...

Looks like the campaign made something like this happen! http://elizabethwarren.com/plans I was about to run off and make a search backend to power things like this, so this saved me...

Hey @inbetweenbinary curious for your thoughts! Sent you a PM :D