Timm
Timm
When running `echo '(load-file "src/dactyl_keyboard/dactyl.clj")' | docker run -i -v $(pwd -P):/data -w /data clojure` it won't generate any files, the output im getting is: ``` Clojure 1.7.0 OpenJDK 64-Bit...
Fix #9
Seems to fix the bug, running `echo '(load-file "src/dactyl_keyboard/dactyl.clj")' | docker run -i -v $(pwd -P):/data -w /data clojure` now gives: ``` dactyl-keyboard.dactyl=> (load-file "src/dactyl_keyboard/dactyl.clj") #'dactyl-keyboard.dactyl/-main dactyl-keyboard.dactyl=> Bye for now!...
Hey, I really like the project thanks for the nice work :) I've been working on creating themes for `ncspot` and i think i found a strange bug. While `#080808`...
I would like to propose an addition to the directory to maybe make the repository obsolete in the future and get us out of the picture. I would leave the...