David Anthoff
David Anthoff
So I think we should not introduce a new type here, but instead just represent them as ``WindowsPath``, which is what python does. In my mind we "just" need to...
I think I would just try to copy the semantics from https://github.com/python/cpython/blob/master/Lib/pathlib.py over to here...
Pure horror.
And more changes coming: https://blogs.msdn.microsoft.com/commandline/2018/06/14/improved-per-directory-case-sensitivity-support-in-wsl/
Hm, do we really want this? I mean, the standard way of representing windows paths is with backslash...
So my gut feeling is that we would want to always use backslash for Windows path everywhere, given that that is the "normal" way on Windows. But I also don't...
This is *exactly* what we need to make progress with the REPL in the VS Code [julia extension](https://github.com/JuliaEditorSupport/julia-vscode). I won't even try to tackle this, if @vtjnash couldn't figure out...
Bump, any chance that this patch that @ihnorton suggested could make it into Base? I assume @Keno is the person to look at that? @KristofferC also suggested that this is...
Cool! Then I just need to understand the REPL stuff and we might actually be able to integrate it better in VS Code ;)
Yeah, I think if Gadfly would simply use either `Tables.rows` or `Tables.columns`, it would work with all sources that exist today (i.e. both Tables.jl and TableTraits.jl sources), and I would...