-
The javascript admin-wide is somewhat untidy and isn't conducive to maintainability or intelligibility. `wagtailadmin/js/core.js` has for starters become a catch-all with a big `ondomready()` in which…
-
The following sample creates a component (GridComponent), which creates two rows (RowComponents), each have a button. Clicking the button increases a global counter and calls m.render().
During rende…
-
Let's use this thread to aggregate a collection of ideas/notes and mockups for the new InfernoJS website. If you have a design you're working on submit it here for consideration.
-
A feature request for the Mithril rewrite:
I love the simplicity of the current router, but I would like to expose a hook that runs after a route has been resolved but before the associated component…
-
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
-
I don't use browserify or webpack. I try to use [amdclean](https://github.com/gfranko/amdclean) in production. Should I write postprocessor for it?
Also I tried to use [require1k](http://stuk.github.…
andr2 updated
8 years ago
-
not support promise ?
cheft updated
8 years ago
-
Many items in /v2/items have a `default_skin` that does not exist in /v2/skins.
Below is a list of such skins, along with their ID, chat code and a list of items that have it as their `default_skin`.…
-
> My thinking is that "controller" is not sufficiently agnostic; the word comes with MVC baggage, yet it's use is very flexible
> [source](https://github.com/lhorie/mithril.js/issues/413#issuecomment-…
-
To-do list https://github.com/D00Med/minetestia/projects/1
how to make a pull
when you clone the repository(you'll need github desktop), you can then open it on your computer, and make some change…