Sebastián Moreno

Results 8 comments of Sebastián Moreno

Same @starrysl issue and @MattDMo workarround works great.

Also I'm having the same problem on OSX, the workaround works too. Platforms affected: Windows 8 Mac OSX Lion 10.7.5 Sublime Text Version: v3 dev channel build 3061

what a pity, this is driving me nuts! :) ended up using [cljfmt](https://github.com/weavejester/cljfmt)

I know it's not idiomatic but if you go with: ``` clojure (defn entry [target owner] (reify om/IRenderState (render-state [this {:keys [value channel]}] (html [:div])))) ``` it works

This is great!: https://blogs.windows.com/buildingapps/2016/03/30/run-bash-on-ubuntu-on-windows/

You can use --bash option to build your prompt with fish ``` function fish_prompt --description 'Write out the prompt' printf '[%s] %s%s%s%s\f\r> ' (date "+%H:%M:%S") (set_color -o blue) (pwd) (set_color...