Kyle Simpson

Results 603 comments of Kyle Simpson

"Hoarders" is kind of like the [Hello Dolly](http://wordpress.org/extend/plugins/hello-dolly/) Wordpress plugin. And to quote that plugin's description: > This is not just a plugin, it symbolizes the hope and enthusiasm of...

Came here to say the same. When I copied the CSS off of [Disco](https://uigradients.com/#Disco), it says "to right" in the `linear-gradient`, but then it lists the lighter greenish color first,...

@michaelficarra OK, that is technically true by spec. But while you can construct obscure scenarios where the differences in those scopes matter, in the vast majority of cases, I believe...

@michaelficarra I don't run across people doing that kind of shadowing very often, but that's also because most people rarely use named function expressions (even though I'm always preaching that...

I would like to re-emphasize a point I made earlier in this thread: > Importantly, it's most definitely not in the outer scope, and suggesting that it is -- as...

hmmm... not sure what you mean. can you give more detail?

hmmm... i'm not sure that will help get people to the main point of this project, which is to compare async patterns. they all start the same way (in ui.js),...

i have thought about creating some sort of interactive diff too that you could view the diffs between any two (or more) of the implementations. wish i had time to...

Freshy is used to get a new copy of the asynquence module instance (in node) to reset the extensions, as tested in "test-extensions-1.js" and "test-extensions-2.js". I'm not sure why I...