Lukas Domagala

Results 64 comments of Lukas Domagala

> option: The editor is not automatically used when the user opens a resource, but a user can switch to the editor using the Reopen With command. This is what...

Ah yes sorry. I looked into this and couldn't find any other extension that does it differently. It does seem to be a bug in vscode

Downgrading Calva solves it because the earlier Calva version didn't have notebooks, so they couldn't interfere with LiveShare. The thing about the notebook API is that we only have two...

Oh and we cant make notebooks "more optional" because the existence of notebooks needs to be hardcoded into the projects.json file. I tried finding a way to register it dynamically...

It kind of depends on how deep you want to go. A genetic algorithm to solve the traveling salesman problem is pretty easy to write, for example. Coming up with...

Yes it would, although as @meditans said, my implementation is still a bit messy.

Sounds good to me. I've had a ticket for this on the books for ages 😄

So this is my experiment to get markdown comments working. Turns out parsing Clojure can still be pretty difficult in certain edge cases. It works for some definitions of "work",...

What we currently need is not super difficult, I think I'm just being stubborn and wanting to do it the functional, Clojure way, which is more difficult in JS. Basically...

Yeah after playing with rich comments a bit I think the cursor should be enough, just feels strange to do "state" things 😅 As for your algorithm to do it:...