We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
OS : Linux Debian 10 OpenJDK 11 Clojure 1.7 REPL 0.4.4
load-file returns this message but no openscad file is generated in the things folder
dactyl-keyboard.dactyl=> load-file "src/dactyl_keyboard/dactyl.clj" #object[clojure.lang.RT$3 0x2d1e55e4 "clojure.lang.RT$3@2d1e55e4"] "src/dactyl_keyboard/dactyl.clj"
The text was updated successfully, but these errors were encountered:
I'm also having this issue:
OS : Lubuntu 18.04 OpenJDK openjdk-8-jre Clojure 1.7 leiningen-2.9.5-standalone.jar
dactyl-keyboard.dactyl=> load-file "src/dactyl_keyboard/dactyl.clj" #object[clojure.lang.RT$3 0x739fce91 "clojure.lang.RT$3@739fce91"] "src/dactyl_keyboard/dactyl.clj"
Sorry, something went wrong.
You must include the parentheses in the command.
(load-file "src/dactyl_keyboard/dactyl.clj")
Thanks, worked perfectly, clearly I fudged the copy-paste
No branches or pull requests
Hello,
OS : Linux Debian 10
OpenJDK 11
Clojure 1.7
REPL 0.4.4
load-file returns this message but no openscad file is generated in the things folder
The text was updated successfully, but these errors were encountered: