David Anthoff

Results 1184 comments of David Anthoff

The setup stuff is not yet fully implemented (it doesn't exist in the VS Code extension), so we should hold off merging this until the feature is actually fully there....

I think this is now properly fixed.

I ended up changing the implementation quite a bit, so I'm closing this as the docs will have to be different. BUT, I'm very close to releasing this feature across...

The whole sysimage stuff is removed from the extension as Julia now has native code saving.

I'm confused, why does this belong in the VS Code docs? Neither of this is a VS Code extension feature, and there doesn't seem to be anything VS Code specific...

So, I really think we should _not_ start to add documentation about things that are unrelated to the VS Code extension to the docs for the VS Code extension. I...

I just merged a PR that implements the actual DAP, not our own home-grown JSON-RPC version of it. So, in principle this should now be feasible. In practice I expect...

I would much prefer if we could keep DataTables.jl as the place for a container based approach to missing values. At this point it is not clear whether the ``Union{T,Null}``...

@rofinn [CSVFiles.jl](https://github.com/davidanthoff/CSVFiles.jl) returns an iterator of named tuples.