Tobi
Tobi
See https://geoip.linode.com/
Could you please upgrade the duckdb-wasm and apache-arrow? The latest version https://www.npmjs.com/package/@duckdb/duckdb-wasm/v/1.28.1-dev258.0 uses Arrow v17 instead of v15 a well: https://github.com/duckdb/duckdb-wasm/blob/main/packages/duckdb-wasm/package.json#L26 I can create a PR if you like. Thanks!
It'd be great to be able to import (attach) DuckDB database files as well, similar to CSV, Parquet and Arrow files. The code I'm currently using is basically this: ```typescript...
## Feature Request ### Description of Problem: I had a look at the current implementation, and as it seems (I'm not a Rust expert), the export as PNG is not...
The same problem as described in https://github.com/ngageoint/geopackage-js/issues/193 seems to re-arise with Node 22, Node 18 works fine after it was seemingly fixed with https://github.com/ngageoint/geopackage-js/releases/tag/v4.2.4 I tried to manually compile CanvasKit...
### What happens? Attaching a remote database fails for recent dev build, e.g. `1.29.1-dev68.0` which is used by the shell: https://shell.duckdb.org/#queries=v0,ATTACH-'https%3A%2F%2Fraw.githubusercontent.com%2Ftobilg%2Faws%20iam%20data%2Fmain%2Fdata%2Fdb%2Fiam.duckdb'-as-aws_iam-(READ_ONLY)~ It prompts me to install the httpfs extension, which...