Jelte Fennema-Nio

Results 168 issues of Jelte Fennema-Nio
trafficstars

Allow specifiying something like a `--watch` to make the runtime watch the provided configs and reload when they change. Relevant comment from @jarupatj in #50: > You should look at...

enhancement
🔥Hot Reload

To disable some pep257 checks for `@property` methods I would like to match on that and ignore some stuff on the next line. Is this possible in some way? If...

- Make BASE_URL configurable Fixes #56 Fixes #57 This is different from #57 in that it uses once_cell instead of lazy_static for initialization of the default BASE_URL value. - Add...

Normally our bash scripts fail when a command fails because we make sure they contain `set -e`. In `generate_citus_tarballs.sh` this didn't work well though due the actual commands being inside...

## Description In regular visual mode gk and gj make sense as the default, but when doing block or line selects regular j and k are better defaults. When you...

core
Stale

Without this change it takes more than a minute to run `make installcheck` on my machine if I enable DUCKDB_BUILD=Debug. Because both of these tests take more than thirty seconds....

Since #86 we disable `duckdb.execution` by default, because existing queries might fail in DuckDB. However, if people use a DuckDB-only function such as `read_parquet` there's no reason to try running...

DuckDB considers identifiers with different casing the same even if they are quoted. The most minimal example of this is the following schema: ``` CREATE TABLE a(b int); CREATE TABLE...

bug

This is a basic POC to support creating tables in DuckDB. There's a bunch of (important) TODO's in the code but at least this is a start.

While looking at the the C++ guidelines in the CONTRIBUTING.md file proposed in #90, I realized/remembered that Postgres C and regular C++ are not automatically the good friends that the...

enhancement