-
Hi,
Here is the fiddle:
http://jsfiddle.net/v16b6vcj/1/
Basically, empty component arguments are causing the error.
...this is a very recent bug, it appeared at most in the last 2/3 days.
It's thr…
-
Minimal working example: http://jsfiddle.net/CARogers/o1m76ek8/2/
In the above example there are 3 states (see `gridsOfNodesToRender`) - a 5x2 grid, followed by a 5x3 grid then a 5x2 grid. Each virtu…
-
Jade currently has a very tight coupling between the parser and the compiler (code generator) that outputs a js function.
That makes it very painful to write code generators that output something othe…
-
The easiest example is probably a popover with a single local state `opened`. (and arbitrary other state that is passed in)
Its not really clear to me yet how to do this. Right now its all a big piec…
-
It would be nice to have first-class support for attributes on vNodes even-though [attributeHook](https://github.com/Raynos/mercury/blob/master/docs/faq.md#how-do-i-update-custom-properties) is a pret…
-
I ran into an issue while using this mixin. I will try to explain as best a possible — sorry for the inadequate title :blush:.
### Scenarios
1. Navigate to the view via the router
2. Reload the view
#…
-
See http://jsfiddle.net/4ukh3aqu/
After clicking `add1` the results of `{{@keypath}}` break for items existing before the unshift. Clicking `log` shows that event.keypath is still ok, except for that…
-
I think this is very possible to support within marionette.
https://github.com/Matt-Esch/virtual-dom
#### Avenues of Investigate
- VDOM templating
- VDOM view render override
- VDOM nesting (think reg…
-
Hey,
could you tell me why this is not working? I'm getting an error that the last {{render}} section is not closed properly. What am I confusing here?
render is the computed value: true
even using r…
-
while I was writing an example fiddle for https://github.com/ractivejs/ractive/issues/1540 I ran into this issue.
``` javascript
makeFunction = function( methodName ) {
return…