tmducken icon indicating copy to clipboard operation
tmducken copied to clipboard

tech.ml.dataset integration with duckdb

Results 6 tmducken issues
Sort by recently updated
recently updated
newest added

after doing: ``` nix build github:techascent/tmducken ``` and adding har to deps.end I get error ``` Unable to load library '/linux-x86-64/libduckdb.so': /linux-x86-64/libduckdb.so: cannot open shared object file: No such file...

I found a weird bug when inserting a dataset via `(duckdb/insert-dataset! (:conn session) ds)` Sometimes the insert fails, even though all columns are the same and all data-types are the...

I discovered strange behaviour with 'close-db'. I'm using latest version '0.8.1-13' I'm on WSL2 and VSCode with Calva. 1. After running (duckdb/close-db), I can still do things with conn. Seems...

I have just noticed that you have a nix build for tmducken. This is an amazing thing - having reproduceable deterministic builds is the future, and for tmducken involving duckdb...

there are 0.10 releases that are not coverd in the changelog.md file.

I had a need to run the script on Linux aarch64, so I thought to revise the script to check for arm architecture on Linux as well.