-
If you nest multiple MuiThemeProviders, after each render the style elements of the children get reinserted into DOM. This may lead to noticeable performance issues (when rendering on each keystroke e…
-
Finally finished writing the Todo List TDD end-to-end example:
https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example
Todo:
+ [x] Add link to "what next" section: https://g…
-
this will require a mild re-architecture of some of the elm code
-
Maybe it would be better if `effects` shouldn't be called directly by user but go along with result of updating model as a second element in an array or some other structure and that second element sh…
-
**See the [manual](https://manual.os-js.org/v3/) for lots of more information**.
This is the master issue for OS.js :tada: v3 :tada: , which is a work-in-progress rewrite. **This issue will be upda…
-
I have a rather basic scenario: I've bound a collection from my model to a ListView, and mirrored the ListView's SelectedItem to my model using Binding.twoWay.
The trouble begins when the ListView'…
-
Hello there!
I am really liking the overall idea of Proton, and I personally think if could offer a decent Ruby framework to create desktop apps. The only issue right now is that is only setup to o…
-
- [x] Elm Fractal Architecture
- [x] HTTP GET with Elm
- [x] Key combinations with Subscription
- [x] Generic update function
- [x] Module composition in Elm
- [x] Module composition in Elm with …
-
Would it make sense to implement the [dask.array.coarsen](http://dask.pydata.org/en/latest/array-api.html#dask.array.coarsen) method on xarrays?
In some ways, ``coarsen`` is a generalization of ``r…
-
I have a Countdown subscription, which for simplicity, looks like this:
```js
const CountdownFx = (dispatch, { id, seconds, progress, complete }) => {
let remaining = seconds + 1; // this is co…