Trevor Starick

Results 5 issues of Trevor Starick

I'm trying to serve a static index.html file and I think my code is correct but when I go to `http://localhost/static` I get: ``` { code: "NotAuthorized", message: "/static" }...

Bug
Help Wanted
Serve

### Version 1.15.0 ### What happened? When generating a query using a `WHERE ... IN (?)` statement, I expected to get a function out that looked similar to `func (q...

bug
triage

Hi, I'm looking at implementing some functionality for filtering on arbitrary data. Right now I'm looking at the ability to filter on stuff like "is the docker container in the...

enhancement

I think the `FilterFunc` stuff is pretty solid, but I think I need to spend some more time working on the way that the column sizes are calculated. There's a...

### What happens? I was trying to run a query containing a `JSON_GROUP_ARRAY` and got the following error: ![image](https://github.com/duckdb/duckdb/assets/494354/a1ccfd2b-a87d-43b2-a0ee-c08c2aab8ceb) I did a bit of digging and from what I can...

reproduced
stale