johann bestowrous
johann bestowrous
doesnt address the core namespace issue, but heres the setup i have to trigger a reload on save from an cider piggiebacked repl https://gist.github.com/jobez/2f72588240b0df754452
i am experiencing the same saving issues building from source also. this project is really interesting! thanks for sharing. im going be exploring the codebase and will try to grok...
i figured it out! @umlaeute i am using nixos, which packaged the executable without preserving a functional location of the template file, which was causing the save issues. making sure...
occasionally i see this error, hopefully this is helpful: https://i.imgur.com/bFtHFvL.png
now the video isn't blank (thank you!), but seems to only be exporting the first couple of frames and freezes on one frame for the rest of the duration of...
this resolved my build issues as well, thank you for your PR!
Huzzah!
Ha, I actually broke ground with this last night. The path I took was to use shadow-cljs' ability to emit ESM modules (see https://github.com/minimal-xyz/minimal-shadow-cljs-esm). After that, there was an issue...
after learning how to clear the snags, here's a small little example of building a cljs project for emacs-ng: https://github.com/jobez/minimal-cljs-esm-for-emacs-ng
i have a similar usecase as @asmagill and thought id express interest of having this issue resolved.