David Anthoff

Results 722 comments of David Anthoff

It is not clear to me what support we (the julia-vscode devs) would provide for the scenario here, I think the two projects just work independently?

Ah, I see, that is cool! Could you open an issue over on the julia extension repo with this idea?

Crayons is one of the packages we vendor in the VS Code extension, we do that for all the packages that the language server needs. So, we need to pick...

Another way to ask this: is there an API for other VS Code extensions where I can pass some tabular data and then the sanddance webview shows up in VS...

I was more thinking about something in-memory? But I'm also starting to wonder whether we actually would need more something like the [Data Explorer](https://github.com/jupyterlab/jupyterlab-data-explorer) in JupyterLab for this scenario that...

Awesome! Do you think it makes sense to start working on this? Or is this all still so in flux that it is too early? I wouldn’t mind some breaking...

There is a pretty active arrow mailing list, maybe ask there?

@wesm would be fantastic if you could help us out here. Essentially we are trying to understand what the correct way to handle more than 2^31 - 1 rows in...

Thanks! So the info in the "Array lengths" section in https://arrow.apache.org/docs/memory_layout.html is just outdated and we should ignore that? Can we also just use 64-bit lengths in Feather and still...

Cool, thanks! And also thanks for the pointer on the Apache project. I totally agree that we (the julia community) should interact much more with things that are going on...