Bozhidar Batsov

Results 1751 comments of Bozhidar Batsov

I don't use this package myself, but I'm open to PRs.

Btw, I tried to run the server myself by `npm start` doesn't work. Might be a good idea to update those instructions and perhaps package the server as a package...

> Hi @bbatsov, sorry for the late response. The project is very much a proof of concept for now. I was hoping this project would complement lumo but interest seems...

Thanks! > Currenly, the only real op supported by the server is eval. Contributions are welcome! Btw, I assume `clone` is supported as well, so clients could actually connect to...

Btw, recently CIDER's debugger was integrated into Calva, so I guess this proves it's generic enough to be used by different editors. :-)

Now that nREPL support pprint natively I think it'd be a good idea to just use that instead. I'd make the pprint the default, as I guess most users would...

@trptcolin Do you need any help with that? I thought that it was going to be enough just to remove the `deref`. I'm asking because a few users mentioned that...

I wonder if this build will ever finish. :-)

Yep, I did some digging into the code as well and don't think we can use directly `font-lock-prepend-properties` as @dgutov suggested, but I consider it a deficiency in the way...

Overriding `ido-completions` seems like a good option to me.