Fork me on GitHub
#nbb
<
2022-07-20
>
sirwobin08:07:36

Has anyone successfully connected a vim or cursive repl to nbb yet? If so, what did you need to set/change?

borkdude08:07:49

conjure and iced in neovim should work out of the box, since it doesn't make any assumptions about JVM-specific stuff. cursive: don't know the status of that, I think there's an issue about it

sirwobin08:07:43

cursive likes to assume JVM and injects quite a bit at the start of a repl session

sirwobin08:07:05

might have to try neovim. Thanks for the recommendation!

sirwobin08:07:04

I was using fireplace for standard vim and it's not happy.

lispyclouds08:07:39

I have been using neovim+conjure, nbb via :ConjureConnect <PORT> works pretty nicely

👍 1
ray16:07:22

thinking of https://ngrok.com/ to expose nbb in tests to answer webhooks on my local machine. The webhook calls will be routed to an nbbfunction that will (in fact already is) deployed as a Lambda function URL. I would love to hear if anyone has done this before. Will also write it up once it's flowing FYI.

👍 1
👀 3