Maurício Szabo
Maurício Szabo
More info: it's on nREPL, and also, interactive is also not working
Personally, I use `last-cursor-position` package to achieve this very same functionality. Do you think it works for you?
Reviving this feature: I'm thinking about adding a "breadcrumbs" on top of the console window, so some commands that provoke change of current open file could work better than depending...
Yes, I'll check what's wrong :). I'll keep the bug open here to track this issue
@seancorfield maybe. I believe it can work, will try to implement and see what happens :). The only problem is that prepl on Clojure does not support reader literals, that's...
Wow, @athomasoriginal, great job! I'll try to wrap around everything you did on your project, but looks promising! You did say that this approach can fail because of CLJS version...
It's not a bug, nor a misunderstanding - it's what we call a "leaking abstraction" :rofl: In the beginning, both "evaluate top block" and "evaluate block" did not evaluate anything...
Wow, you're right, it's inconvenient! RIght now, I'm using submodule because I intend to make `repl-tooling` a library that every editor capable of running JS could use so that Chlorine...
I don't think it'll be easy to solve this issue for now... but to mitigate it, I've tried to add some instructions on `docs/development.md` and updated the `./scripts/setup` script to...
Hi, thanks for the info. In this case, where does `shadow-cljs.edn` is located? On which folder? Can you send me an example? Thanks :)