David Anthoff

Results 1184 comments of David Anthoff

I'll probably have a go at this, the longer I wait with this the more painful it will be to catch up with anything happening here :)

Alright, I've now added back all the tests in my fork, and also expanded CI to run on Mac and Linux and x86. https://github.com/davidanthoff/TestEnv.jl/actions/runs/5260518893 shows the last test run where...

> I think I will bump to version `1.100.0` Yep, perfect!

@jverzani that would probably be a quick fix that would work! If that would be ok with you, it would certainly be great to fix this quickly. I think we...

Great suggestion, I moved that to a separate issue, because implementing these two is independent.

Duplicate of https://github.com/julia-vscode/julia-vscode/issues/3022.

Hm, that is a tricky one... We are executing that piece of code on an async task, and it seems that using `readline` doesn't play well when used from a...

Thanks for those insights, @pfitzseb! I'm putting this on the backlog, we won't be able to solve this in v0.12.0.

I just merged a PR that implements the actual DAP over in https://github.com/julia-vscode/DebugAdapter.jl. So per se it should now be possible to use it with any client that implements the...

I think there might be something in the UI API that not only allows us to mark cells, but also has maybe a little button in there that could be...