Sung Pae

Results 53 comments of Sung Pae

Oh, wrapping with another vector suppresses commas? Very useful, I should pay more attention. I won't mind if you close this issue, but if you are looking to reinstate a...

I agree that just fixing the error and resaving is more convenient than having to press `return`. I logged a similar issue here: http://github.com/cloudhead/less/issues/#issue/116 and a proposed fix here: http://github.com/guns/less/tree/guns-robust-watch

While `slam.hound/swap-in-reconstructed-ns-form` modifies files, `slam.hound/reconstruct` simply returns a _new_ ns form. You could produce a diff with that if you like. I think most people who enjoy using slamhound use...

Hello all, Thanks for the heads up on this issue, @Reefersleep, I admit I forgot this exists. My apologies to @FrigoEU for the lack of response. One solution is to...

@Reefersleep wrote: > Also, two side effects - opening the .clj file gets somewhat slow, but I > guess there's no way around that, as this is the process of...

Hi, thanks for contributing! Before applying your patch, vimdiff mode looks like this: ![before](https://cloud.githubusercontent.com/assets/55776/3085569/3c219af6-e514-11e3-8f51-cb4dd08ad8fc.png) And after applying your patch, vimdiff mode looks like this (rxvt-unicode-256color): ![after](https://cloud.githubusercontent.com/assets/55776/3085574/4cad1990-e514-11e3-8593-f9c6acaf06f8.png) Also, why is gui{fg,bg}...

Could you please provide an example namespace? I believe `

Hello, This example ns works for me. However, that error is familiar: one of your dependencies is pulling in an old version of clojure.core.cache (or clojure.core.memoize; I don't recall precisely)....