Stephan Hoyer
Stephan Hoyer
I would (again) suggest another version, which I now use for quite a while with a small helper (`withState`). ```js function withState(getView) { const comp = { oninit: ({ state,...
Just FYI A problem I ran into with this style is that in this case `ctx` is shadowed by the inner function, which raises a warning in eslint (if `no-shadow`...
On the first thought: I see this in userland.
not bundled in core but opt in module would be great thought
Isn't this the case now @dead-claudia?
Ah now I get it. Sorry for the noise. Should have read more carefully. Current - Autoredraw after XHR-Resolve Future - Manual redraw (or auto-redraw by a wrapper) after XHR-Resolve...
won't fix for me
From the admin-channel by @dead-claudia > @StephanHoyer MithrilJS/mithril.js#2555 is probably worth fixing IMHO - I still stand with my comment in MithrilJS/mithril.js#1088. In general, we should only redraw on changes...
It's `'--font-render-hinting=medium'`. Mind the `=`
Just what I need ATM... would be great to have this