abstracthat / dactyl-manuform

GNU Affero General Public License v3.0
1.43k stars 161 forks source link

Fix #9 #10

Open gidsi opened 3 years ago

gidsi commented 3 years ago

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!
jetpham commented 1 year ago

15