Soeren Wolfers

Results 47 issues of Soeren Wolfers

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...

bug
python

Is it possible to deploy a notebook with Voila while hiding the fact that the "application" is just a website opened in Chrome (let's say), i.e. opening the application in...

Below, I'm making suggestions (A)-(E) how I think cell magic could be made even better. If people generally think these are good ideas, I'd try and make a PR. First,...

## Description When I hit Ctrl-Enter while in line number >40 of a cell with 50 lines and I'm scrolled towards the bottom of the cell such that lines 1-40...

bug

### What happens? Referencing the name of a `unnest` column breaks the duckdb connection and requires a restart. ### To Reproduce ```sql SELECT unnest([]) AS unnested, sum(unnested) OVER (); ```...

reproduced

### What happens? ORDER BY doesn't work right with deduplication. Ideally, I'd want duckdb to throw if I accidentally use the same column identifier twice rather than silently continuing (...

reproduced
stale

### What happens? duckdb says `'09:00:00+00:00'::TIMETZ < '09:01:00+01:00'::TIMETZ`. (Side problem: duckdb displays TIMETZ different than TIMESTAMPTZ: It doesn't consistently display TIMETZ using the settings-time-zone, but sometimes uses `+00:00` offset) ###...

reproduced

### What happens? Depending on the size of the involved dataframes, duckdb will either use absolutely no memory or suddenly run entirely out of memory when I increase the size...

reproduced
stale

### What happens? In pseudocode, ```python a = duckdb.query("SELECT MYFIRSTQUERY").execute() b = duckdb.query("SELECT sum(a)").execute() ``` executes `MYFIRSTQUERY` twice. I would have thought that `.query().execute()` (unlike just `.query()`) behaves the same...

reproduced
stale

### What happens? shell.duckdb.org shows a black screen on my Pixel 6a phone, and keyboard input doesn't do anything. ![Screenshot_20240505-095230](https://github.com/duckdb/duckdb-wasm/assets/16045385/a41a41ac-822f-4669-985f-98e2f50125d4) ![Screenshot_20240505-095216](https://github.com/duckdb/duckdb-wasm/assets/16045385/964bdfad-446b-4e9c-8dd4-b072ab55a98c) ### To Reproduce Visit shell.duckdb.org ### Browser/Environment: Chrome 124.0.6367...