You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
On the LT side: We will need to add or update a client to support :editor.eval.cljs.exec command and have evaled results integrate nicely with :editor.eval.cljs* triggers
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are currently 3 repls under consideration: https://github.com/mjmeintjes/boot-react-native, https://github.com/drapanjanas/re-natal and https://github.com/decker405/figwheel-react-native. The first one involves boot and since LightTable's integration so far has been with lein that seems more work than needed right now. The last two call out to figwheel. Figwheel's repl ultimately depends on piggieback which seems fairly brittle. Given that clojure 1.8 has a socket repl and figwheel seems it will eventually implement it, it seems best to hold off until socket repl integration lands. For now I'll look into integrating directly with one of the latter two repls
On the LT side: We will need to add or update a client to support
:editor.eval.cljs.exec
command and have evaled results integrate nicely with:editor.eval.cljs*
triggersThe text was updated successfully, but these errors were encountered: