Paul Fernandez

Results 14 comments of Paul Fernandez

I'm still seeing flickering in iTerm too, and Smoothie now also does nothing when the cursor begins at the very top or bottom of a file. I suspect that I'm...

Thanks so much for the reply. I'd specifically like to replace cljfmt in the following lines in our makefiles: ```make # Runs style checker static/fmt-check: @ lein cljfmt check #...

I can’t believe you’ve already implemented this. Thank you! I would suggest following the example of cljfmt so that it will work as a drop-in replacement in our (and other’s)...

> with recent versions of lein-zprint, you can indeed set :search-config? true in the :zprint key in your project.clj > The user's personal ~/.zprintrc has the least precedence. Next is...

No worries, I've had to finish up a project before coming back to this anyway. I'll let you know how it goes. 😄

Same. My "workaround" was to simply remove `~/.config/composer/vendor/jetbrains/phpstorm-stubs/http/http.php` for the time being.

Same issue here: ```vim let g:reply_repls = { 'clojure': ['lein repl'] } "-> reply.vim: No REPL is available for filetype 'clojure'. Candidates are ['lein repl'] ```

Glad I saw this issue, I don't see `TIMBRE_LEVEL` anywhere in the timbre docs and was finally able to change the level with `export TIMBRE_LEVEL=':warn'`.

Thank you, I think a little extra documentation would be helpful. Also note that `LOG_LEVEL` is legacy and undocumented in timbre, which now uses [TAOENSSO_TIMBRE_MIN_LEVEL_EDN](https://github.com/ptaoussanis/timbre#log-levels-and-ns-filters-compile-time-elision) instead.