-
I'm getting an immediate crash when I try to use a Promise for pageData:
```
pageData: ()=>Promise.resolve([1,2,3,4]),
```
It starts out with a `list.then()`, which is fine, but later acces…
-
*_Use this issue for feedback, questions and discussions related to https://github.com/aspnet/Announcements/issues/156 *_
---
#### Update 3/30
**We're not 100% satisfied with what we built here, so …
-
### Description:
The first ospec test example here https://github.com/lhorie/mithril.js/blob/rewrite/docs/testing.md does not seem to work
### Steps to Reproduce:
```
try running that test l…
-
Let's have a single place to track the rewrite status!
(As best as I can figure it at least, some things are still just stored in @lhorie's head :smile:)
## Alpha
- [x] Test runner
- [x] Bundlin…
tivac updated
7 years ago
-
Hey @porsager I really like the look of this but can't seem to get it to work in any way shape or form.
I tried npm installing it (from github) as a dependency on a fresh project and writing my `w…
-
Hello! I've really enjoyed using mithril.js, thanks for all the hard work everyone has put into it. I may have run into a troublesome bug for mithril version `0.2.5`.
### Description:
The `oncha…
-
Having suffered from Angular's lack of data flow structure and React's verbosity and boilerplate, I find Cycle really fascinating -- truly amazing piece of work and probably the most elegant, flexible…
-
There's a few decisions that have been made about `rewrite`'s vnode structure that is making it tricky to update [`mithril-objectify`](https://github.com/tivac/mithril-objectify/) to work safely & eff…
tivac updated
7 years ago
-
Hi, I am pretty new to Mithril but using it for work and really liking it so far. I am using ajax requests to perform paging and searching on a listing page and it is lightning fast, loving it. Howeve…
-
I followed the approach outlined in https://github.com/lhorie/mithril.js/issues/698 to mount DOM to iframe, while it works perfectly well in chrome, does not work in firefox.
Code used for the scenar…