Rob Gordon

Results 12 issues of Rob Gordon

### What version of `astro` are you using? 1.2.7 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? pnpm ###...

Unless I'm doing something wrong better-sqlite3 doesn't support [generate_series](https://www.sqlite.org/series.html) Is this true? And if so, are there any plans to support it in the future? Thanks!

## Pull-request Checklist > 🚨 Don't forget to **Squash & Merge** - [ ] Docs updated - [ ] QA on mobile - [ ] Dark Mode - [ ]...

- fix: move doc details into own store - feat(wss): basic websocket server working - feat(realtime): update getters and setters - feat(realtime): use dev websocket server - chore: trigger build...

I implemented a variable height sortable, but something about the way it's observing intersections is preventing me from dragging larger items below smaller ones in my list. Is there anything...

### Description Currently running a bit of code in the `onFinish` handler of `useChat`. It's never called. The streaming works just fine but the handler isn't called. Here you can...

**Is your feature request related to a problem? Please describe.** It would be really helpful if the remote persister allowed throttling or debouncing the rate at which it saves. **Describe...

Hey 👋🏻 I hope this PR is welcome. I'm the developer of https://flowchart.fun We have a really active user-base and the project is [heavily maintained](https://github.com/tone-row/flowchart-fun/releases). Our syntax is similar to...

- **Creation of static package** - **Prepare movement to shared package** ## Pull-request Checklist > 🚨 Don't forget to **Squash & Merge** - [ ] Docs updated - [ ]...

Is this package intended to work in the browser? I'm currently trying to initialize an IndexedDB-backed PGlite database on the client-side, but `create-migrator` seems to rely on packages which expect...