spiffytech

Results 44 issues of spiffytech

For the generated Postgres CRUD operations, `.insertOrIgnore()` doesn't allow you to specify the conflict target columns.

### Describe your suggested feature When sliding my thumb left/right on the spacebar to move the cursor, I'd like my phone to vibrate for each letter the cursor moves past....

Currently, load functions are clumsy to use from TypeScript because the `RouteSectionProps` type marks the `data` prop as optional. If you try working around that in your component (such as...

In this sample code, a component uses `` to only show content once a resource has loaded. If that resource's `Promise` rejects, _all_ routes cannot render anymore. Navigation will invoke...