Results 42 comments of Orestis Markou

Thanks for the kind words @PEZ. I will look into Portal integration of my joyride script and coordinate with @djblue - probably this joyride script could be embedded in the...

> Yes, can and should be done! > > Please file an issue about it. 😄 https://github.com/BetterThanTomorrow/calva/issues/1719 🎉

The main difference is that the editor becomes a conveyor of values. Meaning eg I can connect to a production instance over SSH but keep Portal running on my local...

> OK. At the "cost" of having to serialize values to/from EDN -- which only works if you have representable values -- and I think you would also lose metadata?...

Definitely. I see the string land as the lowest common denominator, guaranteed to work everywhere but not ideal. A safe fallback, if you will. For me it gives me 80%...

Rather than opening a new issue, I want to raise that VSCode at some point introduced the ability to show web views on the panel and the sidebar https://github.com/microsoft/vscode-extension-samples/blob/main/webview-view-sample/src/extension.ts -...

On first glance this looks very useful and well-designed! Living in the background, not incurring a performance penalty unless you really want to inspect something, uses native UI... Looking forward...

I have a slightly different use case for multiple nrepl connections. We use a monorepo where most of the code is the “main” project but there’s some extra code for...

The projectFilePath is probably not a good key though. Why not the nrepl host:port? Or even a unique identifier. Worth looking at what Conjure for nvim is doing…

I've been musing about this in various threads, so since I found an issue, I thought I'd write my two cents here, hope that's OK :) I'm basically looking for...