Sebastian Pfitzner
Sebastian Pfitzner
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): 

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(...)`).
No idea. Just ignore it :P