Magnar Sveen

Results 24 comments of Magnar Sveen

I would be very happy to see a change like this, if possible. I always presumed this behavior was because it would be too complicated otherwise.

I came here to report this, glad to see it's already on the drawing board. :) The most annoying part of my problem was that the error was due to...

Norled uses kaocha - a Norwegian ferry company. http://norled.no/

Note that literals in first position is normal if you're using the default `expected, actual` order, while a literal in the second position is normal if you're using `actual, expected`....

Yes, of course. Sorry for the noise. Carry on. 😄

Same here. If figwheel has connected, and then disconnects (server taken down for instance), this exceptions happens all over the place. Very weird. It actually stops the error boundary in...

Yeah `move-form` is quite naive in its implementation. I'm afraid it would have to go through a major overhaul to be a solid error-free operation. Think `remove-requires` vs `clean-ns`.

Good point. This has annoyed me as well. Maybe we should ditch our yasnippet dependency and add a simpler placeholder minor-mode.

There is one case where we can reliably insert a reader conditional, and that is when there is already a reader conditional for that alias in the project. I do...

This turns out to not be a complete fix. The `getToken` function in the goog history API does not include the hash, so the initial dispatch does not include the...