Ben Baumgold

Results 26 issues of Ben Baumgold

When downloading a file via sftp, the `Multi` finalizer seems to cause a Segmentation fault when calling `curl_multi_cleanup` [here](https://github.com/JuliaLang/Downloads.jl/blob/v1.6.0/src/Curl/Multi.jl#L28) if (and only if) I run `Pkg.update()` prior to calling `Downloads.download`...

### Is your feature request related to a problem? Not a problem, per se. ### What is the motivation behind your request? Struct columns currently allow field access in two...

feature

### What happened? When adding ibis-framework[trino] as a dependency I expect to be able to `import ibis` and use the `ibis.trino` module without error. ### What version of ibis are...

bug

**Is your feature request related to a problem? Please describe.** When extracting a single file from a tar/zip archive, currently all files in the archive are extracted using the `tarfile.extractall`...

Feature request

**Is your feature request related to a problem? Please describe.** Currently this library only supports `*.tar.gz` (gzip) files. This needs to be extended to also support `*.tar.zst` (zstandard), `*.tar.bz2` (bzip2),...

Feature request

**Is your feature request related to a problem? Please describe.** Currently the size of the cache directory can grow unbounded. This can cause problems (e.g. disk full) and require manual...

Feature request