Jonas Bengtsson

Results 17 issues of Jonas Bengtsson

- [x] zindex of sticky table header - [x] empty state - [x] map - [x] keep query state in url - [x] debounce searchinput - [ ] keep old...

- [x] Add go to end button to entity list - [x] Change paging buttons to icons - [ ] Handle corner case where we get no result and we...

* Let `SubjectA` be the oldest subject * Update all data pointing to `SubjectB` to `SubjectA` * Set `SubjectB.merged_with` to `SubjectA`

enhancement

Add a `fragment` tagged literal in addition to the existing `sql` tagged literal. `fragment` creates a `QueryFragment`, that can be included in an `sql` tagged literal. Example usage: ```ts const...

I've opened a PR (https://github.com/vercel/storage/pull/395) to add another tagged literal, called `fragment`. When you create a fragment it can be used in a `sql` tagged literal. Example usage: ```js const...

storage: postgres

**Is your feature request related to a problem? Please describe:** The project I'm trying to run ([dossierhq/dossier-next-sqlite-app](https://github.com/dossierhq/dossier-next-sqlite-app)) requires sqlite3 v3.37+, the wasm version Turbo uses is 3.34.0. **Describe the solution...

tracked

### Describe the solution When adding `import { EmailMessage } from 'cloudflare:email';` to `index.ts` (following the [docs](https://developers.cloudflare.com/email-routing/email-workers/send-email-workers/#example-worker)) I get the following error when running `wrangler dev`: ``` [wrangler:inf] Ready on...

enhancement
miniflare