Jeffrey Heer

Results 161 comments of Jeffrey Heer

Re-opening and transferring to Vega-Lite per @marcprux's request.

Hmm, we’ve had success reading Date values in DuckDB transferred in Arrow format. So I’d be sure to check if this is an encoding problem (Date to Arrow) or a...

> The date is encoded on the two first 32bit numbers, which I decode manually to (-146*(2**32)) - 1498374784 = -628563600000 which is my initial date. > > So it's...

I find the current behavior rather confusing. Doing nothing (and perhaps including a console warning?) for `tip: true` might be preferable. Even better options might include providing tips for "sample"...

Thanks! While this works for me in Chrome and Safari, I'm now seeing a different error in Firefox: ``` duckdb> LOAD spatial; ...> CREATE TABLE nyc AS SELECT * FROM...

> [@jheer](https://github.com/jheer): I can't reproduce anymore on Firefox, but hard to say what exactly has been changed in the meantime / track the fix. > > Could you possibly give...

Hi @declann, I'm preparing a PR that includes a new "region" interactor that allows you to make 2D selections that map to individual fields of selected elements (like ids) rather...

Yes, this is difficult to do for a number of reasons. In some cases unseen (i.e., out of domain) values may be legal and even wanted, as @g3o2 notes. In...

@dangotbanned, yes the Apache Arrow loader is pretty simple, as Flechette provides the needed (and efficient) routines for extracting data into the "array of objects" format that Vega expects. Hopefully...

Thanks for the issue. First, by default `astToDOM` will use the singleton Coordinator instance returned by the `coordinator()` method. So if you first register your desired connector with that Coordinator...