Kimmo Linna

Results 10 comments of Kimmo Linna

I have the same problem when I'm [cross-compiling DuckDB](https://github.com/kimmolinna/duckdb-zig-build/) from Ubuntu 22.04.1/WSL with `zig build -Drelease-fast -Dtarget=x86_64-windows-gnu`. My zig version is `0.10.0-dev.4247+3234e8de3 revision 5764` via snap and with previous versions...

I have the same problem with Chrome but I can overcome it by copying text from a browser. I can't copy from any other application to `shell.duckdb.org`. ```sql duckdb> I...

This is working when you reload the page. I don’t understand why…

Or actually you just have to reload the client.

https://observablehq.com/d/7699b0c727da6fb5 There isn't any problem with my computer but on IOS/Safari and Chrome I have to re-run the client all the time to get the changes work. Then It work...

I will still get the following error message: `RangeError: Maximum call stack size exceeded.` Do I have somehow wrong settings on my IOS/Safari?

When you open the Notebook it works nicely but if you re-run the cell you will get `RangeError: Maximum call stack size exceeded.` https://observablehq.com/@kimmolinna/date_part-test

@domoritz This is weird. DuckDBClient is working nicely with Incognito but when the parquet file is in cache `SELECT *` is not working but `SELECT count(*)`works.

@jakevdp What is the situation with Apache Arrow and Arrow Table? @domoritz Am I correct that vega-lite supports Arrow nowadays?

I noticed that but I would like to use [duckdb](https://github.com/duckdb/) as a query engine. DuckdDB supports pandas but I prefer Apache Arrow.