Dominic Monroe

Results 195 issues of Dominic Monroe

If file is specified in the current working dir to watch like: `"foo.edn"`, then process will not watch this group at all. I think this is because `.getParentFile` is called...

As mentioned [here](http://grokbase.com/t/gg/clojure/1541cnvt08/transducers-sequence-versus-eduction#20150401bfszawlk36zaxhqcankvegd4r4) it would be really cool to have something to auto-convert from `->>` to `eduction`

e.g. clojure.test/is used as `is` will generate `({:name clojure.test, :type :ns})` as candidates. This should result in adding `[clojure.test :refer [is]]` instead of just `[clojure.test]`, https://github.com/clojure-emacs/clj-refactor.el/blob/f5295df68955c23fffd60718039fd386d13c77f5/clj-refactor.el#L2687-L2708 may act as inspiration

I use syntax folding for clojure (`set fdm=syntax`). To get crrs to work I had to: - `set foldlevelstart=99` and open all folds in the current file. I noticed that...

There needs to be a consistent strategy for determining where to run the repl command from. One option could be to search for project manifests, the other is to use...

I have configured "When a PR is assigned for review...to my teams - Move To Mentioned". But I recently noticed a couple of PRs were missing from my list. I...

conj.io is down, use https://github.com/clojure-emacs/orchard/pull/64 perhaps? look at @markwoodhall's thing.

### Request The docstring for `cpr`: `cpr :Require|RunTests` This essentially means that it does: `(require 'my-test-ns :reload) (clojure.test/run-tests 'my-test-ns)` There's been a request to replicate this kind of functionality. ###...

RFC

Look at how https://github.com/mhinz/vim-grepper accomplishes this for an example.