Sean Lang

Results 141 comments of Sean Lang

How do you propose that we pass a color into accord, if not as a stylus color node?

Passed as a string? Or as some type of special object? — Sent from Mailbox On Thu, Dec 18, 2014 at 3:46 PM, Jeff Escalante [email protected] wrote: > ## I'd...

Then how would we pass a string that's in the same format as a color without it being turned into a color object? Or a string that may or may...

there's a PR for this over here: https://github.com/michaelficarra/CoffeeScriptRedux/pull/313 ... not sure what's left to do on it

+1 for making it work the same as it does in the original CoffeeScript

+1 thanks @mizchi, this is a hugely important for me being able to move to CS-redux

JS is inherently single-threaded, so one of the instances is bound to create the element first, right? Eh, anyway, you're right - it isn't a big issue.

exactly, so whichever happens first gets to continue running, the other just stops. it doesn't matter whether the extension or script is the one that is running, it's just whichever...