joyride

orestis 2022-06-04T12:08:05.209729Z

Does Calva have an API that would allow me to connect to a specific type of REPL at a specific port? e.g. I want to make a command that always connects to deps.edn, localhost:4321 , without prompting.

pez 2022-06-04T16:41:56.409409Z

That API does not exist yet. Does it matter in this case that it is a deps.edn project?

orestis 2022-06-04T16:54:43.801059Z

I mean, I guess not, I was just thinking about what the UI is showing. I essentially want to connect to an existing nREPL session. If I can also run a terminal command before so that the SSH tunnel is open, that'd be a great workflow for me.

orestis 2022-06-04T16:55:02.800549Z

The terminal command I could probably do with Node.js, I guess.

pez 2022-06-04T19:44:35.753559Z

What's the terminal command you want to run?

orestis 2022-06-05T04:25:15.024079Z

A script we use to set up port forwarding to an EC2 instance.