Chris Zheng

Results 103 comments of Chris Zheng

I'm still getting the same problem: ``` $ clojure -Sdeps "{:deps {paravim {:mvn/version \""0.3.0-SNAPSHOT\""}}}" -J-XstartOnFirstThread -m paravim.start Downloading: paravim/paravim/0.3.0-SNAPSHOT/maven-metadata.xml from https://repo.clojars.org/ Downloading: paravim/paravim/0.3.0-SNAPSHOT/paravim-0.3.0-20190910.170230-1.pom from https://repo.clojars.org/ Downloading: libvim-clj/libvim-clj/0.5.0/libvim-clj-0.5.0.pom from https://repo.clojars.org/ Downloading:...

yeah. it's really weird. `libobjc.dylib` for me is in `/usr/lib/`. I also tried different java versions as well but it's still giving the same message.

the same thing happens if I clone the repo and run `clj -A:dev:macos native`: ``` Downloading: org/clojure/clojure/1.10.1/clojure-1.10.1.jar from https://repo1.maven.org/maven2/ [LWJGL] Failed to load a library. Possible solutions: a) Install the...

@kelleyk thanks for that. is there anyway I can help lobby for the increase?

okay... now I feel kind of stupid. In this case, setting `:exit nil :foreign-keys run` to the hydra solves it.

Actually, the `:foreign-keys run` setting works for all keys. I was hoping to restrict it to just the arrows and the mouse.

@bestlem have you tried? does it work?

@gleno @ahmadov thanks for the updates. tbh... I really just needed the macosx artifact which wasn't on maven and so struggled through the build. I also wanted a jar instead...