Eric Socolofsky

Results 25 issues of Eric Socolofsky

SSA uses SSL now; `POST` requests to `http://` fail. This PR updates the URLs in the download scripts, and also updates the end year to 2015. See also https://github.com/ericsoco/baby-name-scraper. Thanks...

My interwebs dropped in the middle of a batch. Oh no! The whole process is hanging. Suppose this should also be configurable via a commandline switch. https://github.com/request/request#timeouts

Throttling requests via [`queue-async` concurrency](https://github.com/d3/d3-queue#queue) would be a nice alternative/complement to the `--delay` switch. Maybe could be specified via `--concurrency `. Will see if I can find time to add...

maybe a pipe dream, but when writing for multiple platforms (modes), it would be nice to be able to do C-style conditional compilation to avoid having to, for example, comment...

enhancement
low
preprocessor

I imagine There Will Be Discussion about the value of adding / not adding this rule. IMO, it's a valuable safeguard against committing debugging statements, and is easy to disable...

Fusion's Webpack config intentionally [omits the `process` polyfill](https://github.com/fusionjs/fusionjs/blob/14eebd45058ee00f61dfccf71c8696b94eda2283/fusion-cli/build/get-webpack-config.js#L614). I'm filing this issue not to suggest specific action, but to highlight that this can cause difficult-to-debug issues with libraries that reference...

I don't have a clear repro for this (and am afraid to try!) but: I was writing a `for` loop and the tab became unresponsive (Chrome). I think I probably...

bug

added functionality to `MovieClip` to allow reverse playback and "bounce" loop -- play forward and backward as a loop. both are fully compatible with `MovieClip`'s existing features. setting `bounceLoop =...

Feature

I ran into a bug in which I had to press a key twice for it to fire the bound action after `stop()`ing and re-`start()`ing a `KeyActionBinder`. I tracked it...

It has a downstream dep of `electron`, whose current version has a security vulnerability. We're not using `tape-run` at all, so it should just be removed from `package.json`.