Nat Elkins

Results 26 comments of Nat Elkins

@Krzysztof-Cieslak Just want to chime in with my thoughts on user-friendliness. I also agree that having a compiled DLL with common helper functions and a discoverable API would improve things....

Website would be great, but I was really just thinking something along the lines of a big page with lots of examples that people can use as a reference when...

I see people asking these kinds of questions all over the ImageMagick forums or on SO, I think having an official repository for that knowledge would be nice.

Hi @igorlukanin, what do you think, if this was PRed would it be accepted?

@igorlukanin Thought I'd give you a bump on this. Are you open to accepting a PR on this?

@paveltiunov Any views on this (no pun intended 😉 )?

@igorlukanin Thanks, that was actually very helpful. I can't speak for @marxlow but I suppose that will work for us actually. It's not quite as "clean," in the sense that...

I am also interested in this use case. I'm trying to perform a query on a DuckDB database in S3. I'm pretty sure my env vars are correct because I'm...

@jwills It doesn't seem to work, although I may be doing something wrong. I have the creds defined in my ~/.aws/credentials file. ```python import duckdb from fsspec import filesystem duckdb.register_filesystem(filesystem('s3',...

Seems like this test should've caught this? https://github.com/duckdb/duckdb/blob/main/test/sql/attach/attach_httpfs.test Is there a way to easily run this one test locally? Also, I was trying to hunt through the nightly test run...