-
Currently, we use [a relatively unusual signature mechanism](https://mithril.js.org/archive/v2.0.0-rc.4/signatures.html) to document how our functions are called. It's nice and concise for [a](https:/…
-
We still have lots of old/new component pairs, for example TextField and TextFieldN. We should try to move as many of these duplicates over to just using the new versions.
We also have many compone…
-
I did this one a little differently and broke it up by type/bodypart. Leather as a noun by itself doesn't work because of cobbling materials, so I did what I could in terms of coding for it.
Head …
-
This is somewhat a duplicate of #2273, but I also haven't seen it mentioned in the thread or anywhere else (or maybe I missed it):
When an error is thrown in a view in Mithril, the diffing engine w…
-
It would be convenient if cmap-js could read .gz files without the user having to decompress them. Could possibly be implemented with [nodejs zlib](https://nodejs.org/api/zlib.html).
-
Hi
In melpa.js I saw
```
// TODO D3 visualisation for deps
```
I've actually made one https://github.com/Lompik/emacs-melpa-network based on the json served on melpa. An automatic build is doable w…
-
(It is perhaps by now clear that)
I find this library really interesting and inspiring.
I have never seen the use of generators in this fashion,
if just one new idea to be mentioned, among other…
-
hey,
i think `hyperscript` is great, it's a simple functional way to compose html trees, which has led to [a vibrant ecosystem](https://github.com/hyperhype/awesome-hyperscript). but in this vibran…
-
I've received a lot of feedback from devs while working on getting Mithril, Lodash and Rx to support Fantasy Land regarding the heady language used in the specification. It is intimidating and create…
-
Mobile Unit could be extended with a transition hook that stretched over the period before and after DOM movement to control the transition.
A generator would be useful for yielding to the point of…