Sebastian Pfitzner
Sebastian Pfitzner
This failed with ``` ERROR: `Base.size` is not implemented for `SparseAxisArray` because although it is a subtype of `AbstractArray`, it is conceptually closer to a dictionary with `N`-dimensional keys. If...
Hm, that looks like a genuine sync issue and not the typical line-ending-on-save thing. First diff is ```diff -Makie.used_attributes(::Type{
That's the much more typical issue, where nvim normalizes the file ending to one trailing newline without informing the language server early enough.
We have both a runtime process (in which the user _can_ run code, either via the REPL or inline execution, or with Revise) and a server process that never comes...
> What was the reason for that change? The terminal story for tasks matches what we want really well. > There also seems to be output now that we don't...
We don't start two Julia processes anymore and we can reuse the terminal (otherwise you'd end up with a bunch of mostly uninteresting defunct terminal tabs).
Shouldn't that be handled by https://github.com/julia-vscode/julia-vscode/blob/49fbba6477fe851c9aa1b94d2b6e6d2a65d217a1/package.json#L64 , same as for Julia files?
> basic Julia style guide says that each indentation level should be 4 spaces, and I think we should stick with that and not do anything beyond that In my...
I don't have a strong opinion on this either way, but imho only consistency with what the extension did in the past is really a good argument here. In particular,...
Alright, let's try this approach -- I can see why it's a good idea, even if slightly annoying to implement :) And yes, we should show the error in the...