Mikkel Bergmann

Results 21 comments of Mikkel Bergmann

Yeah I know what you mean, my initial idea was to add something like "valBind", however because there is no access to the internal binding method of mithril, I had...

Yeah it might be - I've added support for bi-directional bindings in [sugar tags](https://github.com/jsguy/mithril.sugartags), so that it will do it automatically. Ideally sugar tags and bindings would be used together.

I did a presentation on Mithril, (well, a comparison of various virtual-dom based frameworks, internally to where I work), and some of the feedback was: 1. "It is too nested"...

I've got no problems with Leo's decision to not include [209](https://github.com/lhorie/mithril.js/pull/209) - It would have been much more flexible and allowed a higher level of integration from external libraries -...

If you're using windows, you might be missing a path setting, try the following: * Goto > Control Panel\System and Security\System\Advance system setting\Enviroment variables * Set system variables path C:\Windows\System32\...

We should put it into the /cfg/server.json file.

Not yet - though I think it will be fairly easy to do.

Are you using the index to access the binding? If so, we should perhaps create a method that allows you to retrieve it, rather than accessing by index.

Yes pretty much - this will be separate from miso (a standalone NPM), so if you know of a nice one, we can use it instead of making our own...

Hi guys, I was in the same boat - I found a semi-useful package [here](https://www.npmjs.com/package/ga-analytics), however it was missing concurrency limiting which means it kept failing where Nicks library works,...