-
For instance (and I am not sure it is in the right place).
```
public function testRepeatObjectWithLimit() {
$template = '
TEST1
';
//This time we have a limit of 2, so only t…
-
Hi,
I found two problems or maybe it is because i does not use compiler like it should be...
1) Reading https://lhorie.github.io/mithril/optimizing-performance.html
and http://sweetjs.org/doc/main/sw…
-
When I compile template the code that uses Browserify to combine source files, it doesn't convert correctly. The following output file was generated from almost same source code of #611. The source ha…
-
The current JSX convention (cf. [1](https://gist.github.com/zpao/6321691) & [2](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-unknown-property.md)) is to use camelCasing f…
-
Polymer provides a pollyfill for the tag with extensions that allow mustache style interpolation
http://www.polymer-project.org/platform/template.html
http://www.html5rocks.com/en/tutorials/webcompo…
-
I am trying to precompile my Mithril code using the `template-compiler.sjs`, but unluckily I have written my code in ES6 (using Babel as transpiler). If I translate the code to ES5 and then feed it to…
-
I am trying template-compiler.sjs. Butit doesn't change instance names in attrs sections.
``` js
// source_app.js
var Todo = function (data) {
this.description = m.prop(data.description);
thi…
-
Hi. Great work with this project! I really like it :+1:
However I was looking at substack repo and discovered this: https://github.com/substack/node-deep-equal/issues/42
ghost updated
8 years ago
-
http://mithril.js.org/mithril.component.html
Code error in This page below section:
## First one
> Nesting components
> ......Keys must be unique within a list of sibling DOM elements, and they must…
-
I love the framework and have integrated it into my application. However, I'm using Angular (and am stuck with it) and don't need Mithril's router and http libraries. Would it make sense to make the c…