emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
2020-11-16T00:22:53.171700Z

that depends. When connecting to repl, cider will prompt several options. Choose the correct one, and remember also open a navigator to run the cljs code.

Iulian 2020-11-16T00:25:18.171900Z

The main problem, that I still have not solve yet, is that when I choose the figwheel option, emacs opens the repl in a new buffer, but the original buffer remains in the cider [not connected] state

Iulian 2020-11-16T00:25:38.172100Z

When I choose the browser option, it actually works and connects correctly

practicalli-john 2020-11-16T00:36:12.172300Z

If figwheel-main fails, then the project is probably not configured to run figwheel-main build tool for Clojurescript

Iulian 2020-11-16T00:38:01.172500Z

It fails with plain figwheel only in the sense that it does not connect the buffer to the repl. Everything else works. The browser renders the application.

mpenet 2020-11-16T08:29:41.173400Z

is there a cider function that will (spec) instrument a namespace/project? I wrote stg based on cider-eval-* but I am wondering if I am not re-inventing the wheel