Chris Badahdah
Chris Badahdah
@snoe does this PR look ready to go?
I think having a `deps.edn` might be really nice. I want to pull in some recently merged changes (#193) but I don't know if they warrant a release.
@dundalek Did you have any ideas on how job control should be implemented?
In my attempt to implement an [nrepl server for lumo](https://github.com/djblue/nrepl-cljs/blob/master/src/nrepl/server.cljs#L36), I found the best way to integrate is via [execute-text](https://github.com/anmonteiro/lumo/blob/8e919fa55d8cc0dfcad02b1520f7d88fb7d64149/src/cljs/snapshot/lumo/repl.cljs#L1137). Originally, I was going to use plain eval but it...
I started on an nrepl implementation in lumo using the node net package. I can pass messages successfully between an existing client([vim-fireplace](https://github.com/tpope/vim-fireplace)) and my tcp nrepl server. However, I am...
@anmonteiro I might need more stuff later but I think those three should get auto completion working in fireplace. I'm incrementally adding features as I go. The code is pretty...
@anmonteiro Sorry, I meant [ns-map](https://clojuredocs.org/clojure.core/ns-map).
Should my nrepl server be accessing those private function in the `lumo.repl` namespace? Also, fireplace expects those functions to be in `clojure.core` I think, so I've just been manually def'ing...
@vigilancetech-com I have a github repo [nrepl-cljs](https://github.com/djblue/nrepl-cljs) which I've been working in when I have time. It's still in the initial phase but I'd be happy to collaborate with others...
Hi @bnii, yeah portal isn't great for data that's super nested or long. I have some long term plans to improve this but nothing in the short term, sorry.