Brian Beck

Results 69 comments of Brian Beck

> npm dependency via Git fork installations: Is it possible that people who are using this could just use release clients with npm? @chaseadamsio I don't follow what this means,...

@chaseadamsio Oh! I wasn't following _release clients_ but now I see – release _candidates_ as in `-rc` builds? > If they're using the npmcdn url, this scenario won't work... I...

It's not really getting changed though on each call since each call has its own scope within the function; the declarations don't "carry over" on each call. `eslint` would actually...

I'd personally change the whole function to `return number * number * number;` myself, the separate declaration is indeed kinda confusing no matter how it's declared. But FWIW, `eslint` would...

Example of a timeout HAR entry from Chrome: ```json { "startedDateTime": "2019-07-30T02:05:45.342Z", "time": 240.00864399999955, "request": { "method": "GET", "url": "http://localhost:3000/timeout", "httpVersion": "", "headers": [ { "name": "Referer", "value": "http://localhost:3000/" },...

- [ ] DOCUMENT: Load array of scripts in series then fire callback - [ ] DOCUMENT: Load array of scripts in parallel then fire callback Even if it's just...

@ryan-roemer Not yet, but I'll give it a shot.

Should update once Sauce expires their own SVG badge. Querying the API rather than the cached Sauce badge shows fresh results: ![](http://badges.herokuapp.com/sauce/wml-little-loader?source=api)

Along the same lines, I was thinking it would be cool to snag load.js.org!

I'm not against adding a helper for this at all, but the problem is that it muddies the waters a bit w.r.t. the main important feature of `little-loader`'s callback: that...