Jules Ivanic

Results 12 comments of Jules Ivanic

@sideeffffect Could you re-open this PR, please? It would be interesting to merge this ASAP

Using DuckDB 1.1.3, I think I experience this issue in my tests. We see occasional `Extension "/var/lib/buildkite-agent/.duckdb/extensions/v1.1.3/linux_amd64_gcc4/aws.duckdb_extension" not found.` errors in the tests

The PR needs some tests

@jdegoes Any thoughts about @kyri-petrou's `Covariant` issue?

FYI, I just made a new micro-lib to help you configure zio-opentelemetry to work with the Datadog APM: https://x.com/guizmaii/status/1806702414063612123

I did this: ```scala //> using dep org.duckdb:duckdb_jdbc:1.2.1 import java.sql.DriverManager import org.duckdb.{DuckDBConnection, DuckDBResultSet, DuckDBStruct} val conn = DriverManager.getConnection("jdbc:duckdb:").unwrap(classOf[DuckDBConnection]) val stmt = conn.createStatement() stmt.execute( """ |CREATE SECRET ( | TYPE S3,...