Igor Dykhta
Igor Dykhta
I'll check. I have a different issue on my side, but related to loaders.gl as well. The fork works with the same yarn version. @ibgreen i see that there is...
@DanielLanghann Could you try running `igr/fix-yarn-start` branch? I can't reproduce the exact error, but maybe the fix is similar to probe.gl fix.
demo-app is upgraded to esbuild in latest alpha release. The following commands ``` clone... yarn install; yarn bootstrap; yarn start; ``` launch demo-app as expected.
Hi @QQbit . Could you provide a sample of you dataset that fails? Here is a dataset with your Timestamp field format and it works as expected. [trip-as-table.csv](https://github.com/user-attachments/files/18062920/trip-as-table.csv)
Works as expected. No repro steps.
I'll export the utilities to add proper native DuckDB types to fields in version 3.9.10.
no repro steps
@realAudi Hi Audi. 1) You can use the kepler.gl version without DB plugin here [kepler.gl/demo](https://kepler.gl/demo). 2) If the jitter remains on [kepler.gl/demo](https://kepler.gl/demo) then most likely this is due to Arrow...
Update for the future: - The issue is most likely related to the fact that DuckDB in the browser outputs Arrow tables in relatively small batches. Currently, kepler.gl renders each...
Hi @chenxinhang12345 There is no such functionality atm to change types >> https://github.com/keplergl/kepler.gl/issues/3187