Magnar Sveen

Results 19 issues of Magnar Sveen

``` (defcomponent hello [greetee] (str "Hello " greetee)) ``` fails with: ``` component.cljc:135 Uncaught TypeError: dumdom.element.inflate_hiccup.call(...).call is not a function ``` This can be fixed by wrapping the string in...

I guess the major rewrites of code that core.async does is a major hurdle for clj-refactor, quite possibly insurmountable. Here is an issue either way. Reproduce like this: ``` clj...

bug

When URLs have fragments in them, pushy used to discard them. This change preserves the fragment. Example: Pushy would go to just `/a-page` before this change.

Thanks for making a cool project. LambdaCD is just what I was looking for. When retriggering a step in a build, a new build is started from that point. However,...

enhancement
question

When failing to start the system, the start exception is more interesting than the stop exception. This change prioritizes start-ex over stop-ex in the exception cause chain. The start-exception is...

``` [watch] Reloading #{norled.vessel.c4.refiners.scheduled-route-test} [(.....................................................................................................................)(.)(.........)(.)(.)(.)()()(.)(.)(................)(...)(.)(.)(.)(.)(...........)(.)(.)(..............)(.)(.)(.)(..........)(......)(.........................................................................................)(.)(.)(............................................................................................................................................................................................................................................................................)(....)(.)(......)(........)(...........................)(...................................)(.)(................................)(.........)(..............................................................................)(.)(.)(.)(.)(..)()(..................)(....)(.....)(.....................................................................)(.............)(.)(........)(...........................................................................)(..)(.)(........)(.)(............................)(..)(...)(.)(..)(....)()(.)(...........................................................)(.............)(..)(.....)(.)(.)(.)(.)(.)(.)(.....)(.................)(.)(.)(.)(..)(.....)(.)(....)(.)(E)(.)(.)(.)(.)(.)(.)(.....)(..)(.)(.....)(.................)(...)(..............................................)(..)(.......)(.......)(..................................................................................)(...)(...)(.......................................)] 341 tests, 1365 assertions, 1 errors, 0 failures. ``` When watch reloads test namespaces, it would be nice if it ran those tests first. This...

improvement

Python has had this problem for a while, with two conflicting modes both using `python-mode` as their name. Don't fall into the same trap, please.

![Screen Shot 2013-04-07 at 13 43 12](https://f.cloud.github.com/assets/265785/348710/4d1cae0a-9f78-11e2-8eba-5866d6d6f9ea.png)

![Screen Shot 2013-04-07 at 12 18 51](https://f.cloud.github.com/assets/265785/348635/bd5c42b8-9f6c-11e2-8442-b678eff4b5e3.png)

Hi! Thanks a lot for doo - finally a test runner for cljs that works great. :) One of the things I really love with doo is how fast it...