Michelle Steigerwalt
Michelle Steigerwalt
For CoffeeScript, there's [Eco](https://github.com/sstephenson/eco).
:+1: I came to post this. I love the idea of this library, but unless I can run npm test on it, I can't trust you. Yeah, I get it,...
Thanks for the info!
Scopes are recursive, so you could actually do something like: ``` js Eve.scope('.foobar', function() { this.scope('.scope', /* ... */); this.scope('.register', /* ... */); // etc... }); ``` Does that solve...
Though, if you're looking to actually use this in production, I have a vanilla implementation that supports all A-grade browsers, handles switching between component states, and might actually be smaller...
That's actually a pretty good idea. I'll look into it when I get a chance. Shouldn't be too difficult to implement.
`/tophat/octopus?/tophat/cat&/tophat/dog`?
`?` as a significant character in the query string might confuse some of the code. I like using `x` to mean "nothing here," why not a character that means "new...
As long as the separation character isn't a emoji name itself, like `x`, and it's clearly separated in it between slashes, using characters that appear in other emoji names shouldn't...
Thanks for the feedback! It's really helpful as we try to simplify our build instructions as much as possible. I could be wrong in a few of these things, but...