-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
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
How do I use this from a repl? #168
Comments
I'm on windows. |
mvnrepository lists "0.2.4" and "main" so I tried both |
I was just about to try it from Clojure, literally tomorrow :) I’ll take a look From what I see right now, you probably shouldn’t call |
Might also be an edge case with closing last window, will have to check |
Thanks for the heads up. I tried running without the call to |
So I created Clojure repo here https://github.com/HumbleUI/HumbleUI |
I'm trying to use this from clojure. I have a persistent connection to a clojure repl and I'd like to develop without restarting my repl to incorporate a code change. If I launch the app, close the window by clicking the windows X button, and then eval
(example)
I don't get a working window. I get a window with a blank screen that just reports that it's "not responding". I also tried running the example in a thread but I get the same behavior:(async/thread-call example)
Thanks!
The text was updated successfully, but these errors were encountered: