-
Hello there, I am trying to use Basilisp to run the Python Retro game engine Pyxel. However, I got two blocking issues so far and I don't have enough knowledge to move forward. I have no idea where I can start to understand this problem? Could you please give me some help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I am sorry fo the late update. |
Beta Was this translation helpful? Give feedback.
I am sorry fo the late update.
This issue is caused by not running the pyxel in main thread on Mac. However, running it in main thread will then block built-in repl servier. Fortunately, this issue has been resolved by the wonderful lib https://github.com/ikappaki/basilisp-nrepl-async.