Carl Jackson
Carl Jackson
If you `` / `(fzf_tags)` on a tag with multiple options, then `` without selecting an option in FZF, vim will barf with the following error message: ``` Error detected...
#### What happens? The DuckDB 0.4.0 NodeJS bindings (Node 16.x) occasionally segfault in `ConnectTask`. I believe this is a race condition between the `Connection` destructor and the `ConnectTask` spawned by...
I was delighted to find #2199, which solved a problem I had! Unfortunately I only found out about it when a coworker told me what to google—this syntax is completely...
(Thank you so much for this project! I was about to write the very same thing and was fortunate enough to stumble upon your version) The following code fails in...
I have a use case where I'd like to be able to access a big-ish parquet file in a browser context using `parquet-wasm`. It's ~80MB compressed, ~1.5MM rows, and ~50...
A pretty useful feature to, say, asynchronously update routing tables from a database, or periodically export statistics.
### What happens? Referencing columns defined earlier in the SELECT list works: ``` D select 1 as a, a + 1 as b; ┌───────┬───────┐ │ a │ b │ │...