Nick Lorenson

Results 10 comments of Nick Lorenson

I had a similar issue. I had named my bucket `bucket-name` with a hyphen. If you're creating n1ql indexes, n1ql is going to throw because the hyphen is a reserved...

Same here. `window.PouchDB` is there, but Fauxton is showing the `No PouchDB found` error. I'm very unfamiliar with Chrome Extension dev, so let me know if I can do anything...

Cool. Here's what I found: Let me know if you want text transcripts. Also, since posting, my Fauxton has started working for me. It actually started working as soon as...

Should be merged with #28 per pending changes to API via PR #47

I will find out. What would be the idea from that point? Hand the binary blob to Flechette to turn into a Table?

Chatted with the MotherDuck team, they suggested an approach for getting at the IPC data. I implemented their suggestion into my sample project. See summary below and https://github.com/enlore/debug-motherduck-mosaic-v_0_12_2/blob/main/src/App.tsx for details....

In the below screenshot, an error is thrown because `desc` is undefined. ![Image](https://github.com/user-attachments/assets/1239a22e-bb8f-4da5-913c-8c1ca83be289) Errors: ![Image](https://github.com/user-attachments/assets/fe11c4eb-5f99-4160-9c5e-fdcbc3b1f66a) Possibly related behavior: if I run a DESCRIBE query using the exact same quotes as...

Possibly related? https://github.com/duckdb/duckdb/issues/16017