-
In closh jvm
When I type "(ki" and press TAB I get the following exception:
```
(kiApr 11, 2019 12:51:14 PM org.jline.utils.Log logr
INFO: Error while finding completion candidates
java.lang…
-
SCI has moved to a new organization: `org.babashka/sci {:mvn/version "0.3.2"}`.
Having both `borkdude/sci` and `org.babashka/sci` on the classpath can cause problems.
It is also recommended to u…
-
Hi! This is awesome - thank you!
How to integrate paredit support and rainbow parens?
Clj/Cljs has been my primary scripting language for a while now, but it's a pain to deal with I/O and proces…
-
As here all packages are build as normal user ant not as root but installed below a DESTDIR the final image nor the binary should point later on DESTDIR but only on the configured prefix. Compare wit…
-
I guess mostly for reference:
At work I've gained more experience with uberjar creation using `boot-clj` and `boot-tools-deps`. I've ran into a situation where it doesn't work properly, namely when…
-
I know this can span to multiple features and maybe it's a bit complicated (I'm willing to help work on it if it sounds interesting for the team), but I had an idea:
Suppose that instead of running…
-
Sometimes, the interpretation of which should we run becomes confused. For instance:
```clojure
; Will try to find a file named "temp" in current dir:
>> (let [temp "/tmp"] (sh-str ls temp))
;…
-
- Load clojurescript files with `(load-file "some/file.cljs")` (seems to be broken at the moment).
- Require globally installed nodejs libraries like `(def decode-prompt (js/require "decode-prompt")`…
-
I think it should work like [fzf](https://github.com/junegunn/fzf). See also the `fish` key bindings: https://github.com/fisherman/fzf
mnewt updated
6 years ago
-
As you see, the prompt is eating a line from stdout:
![image](https://user-images.githubusercontent.com/36224762/38055297-8b0a146e-32ee-11e8-9016-43993515778f.png)
`upper -u | cat`
My .powerlin…