vemv

Results 785 comments of vemv

@pfeodrippe: to be honest I don't mind much about this particular issue, it's just that it made the README snippet less robust, which isn't a good look! However, I'm finding...

Hey! Sorry for the delay. > We can add some flag (opt-in) that complains if you don't use with-page, wdyt? Yes, for instance would seem satisfactory to me: ```clj (defonce...

I thought of a fairly minimal solution: ```clj (defonce ^:dynamic *page* (delay ;; add a delay, so that the thread that sets this value is the most recent one. ;;...

@bbatsov: wondering if this cider-locals code (which presumably will never be perfect - hard problem to tackle with Elisp) could be replaced with a simpler approach, namely regarding any symbol...

Hammocking it a bit, a very easy change for now would be to introduce a defcustom controlling https://github.com/clojure-emacs/cider/blob/176a8e748540705b9229870be1ebe8a77f756966/cider-mode.el#L777-L782 i.e. optionally make it a no-op. I wouldn't change the default behavior...

> Yeah, I guess that's not a bad idea, although it might highlight as locals misspelled names. Not a big deal in the end, though. Yes, it might also be...

It might be similar to https://github.com/clojure-emacs/logjam/issues/16 (easy fix)

Thanks, Tim! Hope we can jump to it one of these days.

Thanks! Just as additional context, why do you need to reconnect with a certain frequency? It seems fairly unusual to me to have a repl connection dropped.