Robert Richter

Results 5 issues of Robert Richter

Page URL: I am trying to setup a simpel DuckDB database, as described in the page above. When I copy my configuration in, it fails, as the config type is...

nodejs
issue found on page

### Milestones - [x] ~~Debug Build with `gcc`~~ - [x] ~~Release Build with `gcc`~~ - [x] Debug Build with `clang` - [x] Release Build with `clang` ### Problem Description Setting...

FullCI

## Issue Description *feature request* Usually, I expect `issue create` and `pr create` to behave similarly. Especially, as the only thing that I cannot simply confirm (smash-enter) is typing a...

On the [website for the DuckDB-Node client](https://duckdb.org/docs/archive/0.10/api/nodejs/overview), the following is the way to configure the database: ```javascript const db = new duckdb.Database(':memory:', { "access_mode": "READ_WRITE", "max_memory": "512MB", "threads": "4" },...

## Problem Description In vim / nvim, when I press `gd` on a file reference, I go to to that file. For example, look at the following line: ```latex \input{chapters/abstract}...

feature request