Jonathan Leonard
Jonathan Leonard
Would cursors work instead of subscriptions?
It returns a vector of all of the problems which can be further processed by the caller.
This is my min-count phraser (which works): ``` (defphraser (cljs.core/err problem "min-count" #(str "Must contain at least " (formatting/pluralize %1 min)))) ```
That workaround actually does not work. If a line contains "_" near its end (in combination with a handful of other symbols or by itself), the cursor will still get...
Any progress on this?
@mnewt have you seen: https://github.com/vadimdemedes/ink ? perhaps wrapping this for reagent would be trivial?
Here's a workaround that takes multiline input and produces single-line per sexp output: ``` #!/usr/bin/env bash "exec" "lumo" "$0" "$*" (import '[goog.string format]) (require '[cljs.tools.reader :as r] '[lumo.io :refer [slurp]])...
Also, I'm working with files so no need to read from stdin. Should be easy to modify to read from stdin rather than from file for interactive shell.
So what's the latest story on integrating Lumo with, e.g. CIDER?
I am asking particularly with respect to CIDER. I have no idea what `unrepl` is or whether it is related to or integrates with or can cooperate with CIDER. But...