Results 694 comments of OvermindDL1

> Am I able to update my model and add Cmds? Yep! It's the full normal update loop! And as always they will run in the same render callback as...

> I get the following js error: Hmm, I thought I had a check to fail on lists of different lengths in that, probably not for efficiency reasons... Either way,...

Yeah there are some interesting things popping up, thanks for the links! :-)

> with all but one set to noNode, similar to solution above. That is precisely the point of `noNode`, to act as a placeholder for fast swaps! :-) In Elm...

> I thought there would be a way to use a key to indicate that these values should be swapped, but I guess that doesn't apply here. Being able to...

> contenteditable Eeehh, that will have a variety of issues regardless, there is a reason there is a huge push to remove it from the spec... ^.^; > If we...

For note, if turning on realtimeRendering fixes your use then I could probably add an option to event handlers to force a re-render right then and there without waiting for...

For note, my way of handling this state master conflicts (though not with contenteditable, that has its own whole world of issues ^.^; ) is to just set a string...

In general a setCursor call should be in the frame update callback to work at the right time (which is run right after the DOM is updated). Honestly, a hack...

Hmm, it was originally designed to be themed however the app wanted so it was left fairly basic, however setting up something a bit more useful would be nice! Do...