Tobi
Tobi
It would be great to have bulit-in support for https://github.com/awslabs/aws-embedded-metrics-node so that there's access to the metrics publishing from the req/res for example.
According to https://httpie.org/doc#request-data-from-a-filename > It has the advantage that the Content-Type header is automatically set to the appropriate value based on the filename extension. For example, the following request sends...
**Is your feature request related to a problem? Please describe.** Currently, SQS Fifo queues don't seem to be supported. I see the following error in the logs: ```bash 2020/12/06 11:46:37...
Thanks for this great piece of software! I'd really like to see the configuration parameters and methods documented in a way that make a start a bit easier (without having...
More of a question than an actual bug report. I experimented with DuckDB WASM over the weekend, where I have some partitioned Parquet files in a S3 bucket. Now, I...
If I do a `apk add nginx-mod-http-headers-more` in the official nginx Docker image, and the attempt to load the module, I get the following error: ```bash module "/usr/lib/nginx/modules/ngx_http_headers_more_filter_module.so" version 1024000...
It seems like the httpfs extension is no longer part of the package, IMO it was includes in versions before `v0.9.1`. See https://github.com/duckdb/duckdb-node/tree/v0.9.1/src/duckdb/extension
Apparently there's no machine readable file available on the official IBM site, see https://cloud.ibm.com/docs/cloud-infrastructure?topic=cloud-infrastructure-ibm-cloud-ip-ranges But there seems to be a GitHub project which might provide the data: https://raw.githubusercontent.com/dprosper/cidr-calculator/main/data/datacenters.json
Would it be possible to eventually update duckdb-wasm-kit to a more recent duckdb-wasm dev build? Unfortunately, the versioning doesn't really match the one from DuckDB itself or duckdb-node. I already...
### What happens? When attempting to write Hive partitioned Parquet files to S3, I receive the follwoing error: `Unexpected response while initializing S3 multipart upload` This seems to be thrown...