-
Sometimes I need to restart my repl. If I move my cursor to clojure files while I'm restarting my repl I sometimes get this obscure error:
![image](https://user-images.githubusercontent.com/86107/5…
devth updated
5 years ago
-
Hi, can't seem to get the stdout window feature (ss) to ever split vertically instead of horizontally. Have tried several ways to make this default behavior but have failed. Can get my normal splits …
-
These are the cause:
* https://github.com/liquidz/vim-iced/blob/0.10.1/autoload/iced/nrepl/auto.vim#L26
* https://github.com/liquidz/vim-iced/blob/0.10.1/autoload/iced/buffer.vim#L102-L107
-
First time I use `` it shows a help window below:
![image](https://user-images.githubusercontent.com/86107/54869080-5f6e4100-4d59-11e9-815b-51c97002b90e.png)
If I run it again, it moves the help…
devth updated
5 years ago
-
Running `:IcedRequire` on https://github.com/yetibot/yetibot/blob/master/test/yetibot/test/commands/weather.clj
Results in `null` and in the stdout_buffer it prints:
```
Error printing return …
devth updated
5 years ago
-
When I'm demoing code, I like to visually select what I'm eval-ing, so it's clearer on the screen. I didn't see anything like that yet in `vim-iced` (or if it's there, let me know.) I added this to my…
-
Hi, first of all, thanks for creating `vim-iced`, it's a fantastic plugin.
I just want to document my experience getting it set up and working with `shadow-cljs`, because it wasn't very straightfor…
-
Hi,
I'm evaluating the project. I'm favoring tools.dep for dependencies and avoiding lein as much as I can. The fulcro template (lein new fulcro app) creates project.clj but it's meant to be used j…
-
Running:
```
(defn foo
"I don't do a whole lot."
[]
(throw (ex-info "Fix me, I fail." {})))
(deftest a-test
(testing "FIXME, I fail."
(is (foo))))
```
Results in a test summa…
-
`covimerage` fails
```
Traceback (most recent call last):
File "/tmp/workspace/venv/bin/covimerage", line 11, in
sys.exit(main())
File "/tmp/workspace/venv/lib/python3.6/site-packages/…