Gabriel Horner
Gabriel Horner
Hi. Thanks for the handy library. I've written a [couple of commands](https://github.com/cldwalker/atomfiles/blob/7611c23717d24c871f09beb9fce43bff90192ade/lib/on-activated-package.js#L6-L25) that take package names. I would like those commands to autocomplete with package names. Would you be open...
This is a running list of things todo once #1973 gives us a modern version of ClojureScript: - [ ] Verify #1025 is resolved and close - [ ] Replace...
Updating ClojureScript is important because it's preventing us from using cljs.test (#1647) and having a modern ClojureScript for plugin authors and to encourage more contributors ~~and more importantly from evaling...
EDIT: Adding a test library like clojurescript.test to Light Table isn't an issue. Trying to write acceptance tests on any importance namespace that depends on node-webkit/electron is an issue. To...
Hi @borkdude 👋 **Is your feature request related to a problem? Please describe.** I'd like to be able to customize the behavior when a task is not found **Describe the...
#82 starts a deps.edn but there is more to be done to move off boot. deps.edn is missing cljs deps and tasks for uberjar, deploy and cljs tests
We've had a number of repetitive queries that just iterate over one attribute e.g. ``` {:site-trial-patient [[1 {:refs {:site-patient-id :sp0 :site-trial-id :st0 :patient-source-id :ps1}}] [1 {:refs {:site-patient-id :sp1 :site-trial-id :st0...
This is a meta issue to track clojure(script) autocompletion scenarios I'd like for us to handle (will keep up to date). I'd love for us to be as good if...
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...
From https://github.com/LightTable/LightTable/issues/1103. Solution would be to [catch the failed compilation](https://github.com/LightTable/Clojure/blob/2aeab5ca0831b6755b81f408758b8fea850f601d/lein-light-nrepl/src/lighttable/nrepl/cljs.clj#L351-L367) and send a new message :cljs.compile.failed which triggers a new behavior that turns off the working indicator and displays an...