Magnar Sveen

Results 24 comments of Magnar Sveen

There's no mention of `define-elnode-handler` in these files, so must be an error in elnode. Try https://github.com/nicferrier/elnode/

Or remove all mention of elnode from init.el, since it's just an auxiliary feature.

I came here to report the same issue. So +1.

If you're still interested, here's a library that adds readers and printers for java.time classes: https://github.com/magnars/java-time-literals

@silentroach What are you using instead? This project looks quite dead.

Thanks for your in-depth answer! Yes, my scenario does seem like the same that is described in #36. I think the point about steps running arbitrary code illustrates well why...

Thanks for the clarification, that makes sense. I'm glad to hear that you want to support smaller steps as well. :)

In a single page application with lots of pages, lots of different states, and lots of developers, it's not possible to use the workaround suggested here ("just use innerHTML in...

I'm not convinced that adding the guards will be much of a fix. Sure, the exceptions might go away, but Snabbdom will still unsafely reuse DOM elements. Maybe marking DOM...

> Curious, what drove you folks to move away react to snabbdom in the first place? To get off the churn train. Which is why your point about avoiding breaking...