Caolan McMahon
Caolan McMahon
It would be nice to have. I'd also like to compare variables / literals using something like `if-equal`. Unfortunately, this could introduce a lot of complexity when building the server-side...
Ideally, I'd also like us to come up with a solution for if/else and if-equal (or similar). It's difficult to keep the syntax sane though. As you say, the combinatory...
Looking at existing implementations is a good idea and jsonql looks pretty nice. Even though it's more complicated to implement I have to say I like the traditional `&&`, `||`...
This is looking nice. Not too complicated. It will be interesting to see how much code it adds to my python implementation. If it's complicated perhaps we could have it...
Don't forget to also update the documentation and examples for this change.
This appears to happen when the tag names are mismatched. So when the target does not match the template tag being rendered onto it. I'm not sure what the appropriate...
I haven't used redux-connect, and to be honest I find the documentation hard to follow. It looks like it depends on react-router? In which case we'd need someone to write...
If you just want to filter the changes emitted from the store before calling the magery template, that should be simple to achieve outside of Magery. If you're talking about...
Nodeunit will report AssertionErrors from using the methods available in the assert module. However, they will not be included in the assertion count because that only includes assertions using the...
Yes, I think that's a good idea. There have previously been forks to add cjohansen's node-assert-extras (http://gitorious.org/node-assert-extras) too, so its not just you wanting to do this sort of thing...