Hannes

Results 14 issues of Hannes

### What happens? The docker container image `pgduckdb/pgduckdb:14-v1.0.0` is broken because [0002-enable-md-pg_duckdb.sql](https://github.com/duckdb/pg_duckdb/blob/main/docker/init.d/0002-enable-md-pg_duckdb.sql) uses the `\getenv` command. This command was introduced by Postgres 15 ( see [Release Notes](https://www.postgresql.org/docs/15/release-15.html)). ### To Reproduce...

**Problem** As version [v1.4](https://cube.dev/blog/cube-core-v1-4-new-lts-release) was declared as [long-term support](https://cube.dev/docs/product/distribution#long-term-support) (LTS) release, our goal is to remain on this version for stability. However, the new [cache control](https://cube.dev/docs/product/apis-integrations/rest-api#cache-control) feature is broken in...

question

**Check List** - [X] Tests have been run in packages where changes have been made if available - [X] Linter has been run for changed code - [X] Tests for...

pr:community
client:core
javascript

According to the [documentation](https://cube.dev/docs/product/apis-integrations/rest-api/reference#base_pathv1load) it is possible to specify the [cache mode](https://cube.dev/docs/product/apis-integrations/rest-api#cache-control) for the load method of the REST API. However, the JavaScript client does not support specifying the cache...

help wanted
client:core