Sebastian Pfitzner

Results 686 comments of Sebastian Pfitzner
trafficstars

Well, it is used in 50% of function calls... :) But yes, we don't currently handle this kind of conditional assignment well at all.

Wouldn't a shared FS be enough? All communication happens through that pipe anyways.

I thought you could access named pipes from different machines for some reason, but of course that doesn't work (which totally makes sense -- going through the FS for pipes...

Yeah, that's annoying (as-is for users, implementation wise for me :P): ![Peek 2022-06-29 16-53](https://user-images.githubusercontent.com/6735977/176468233-ccfcd642-2301-4ce5-8886-6f45b4ceb10a.gif)

![Peek 2022-08-01 13-45](https://user-images.githubusercontent.com/6735977/182141149-f8e90a9f-8a9b-4e8f-9971-62423fde1b35.gif)

It is kinda weird, yes. Note that the user doesn't actually need to care about that for anything but the `display` call.

> if the VSCode Julia console can potentially display HTML results inline It cannot, unfortunately. In-editor results must be plain-text, hover results can be markdown and a very limited subset...

Not really. Linting (and more generally, statically analyzing) your code only makes sense with context. What we could do is to only take files into consideration that are reachable from...

Pretty sure you need to set the active environment manually in the REPL (or with `Pkg.activate(...)`).