spiffytech
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...
When using `and` and `or`, I get a TypeScript error if I supply different columns to the different `WhereCondition`s. ```ts const link = await tables.links(db).findOne( or( { user_id: user.user_id, original_url:...
### Describe the bug In the Stackblitz, a component uses `` to only show content once a resource has loaded. If that resource's `Promise` rejects, _all_ routes cannot render anymore....
If I query Sherlock for "tomorrow at 10", I expect 10:00am every time — the first "10:00" that occurs tomorrow. However, if I ask in the evening, Sherlock will give...
The Honeybadger Vue plugin does not appear to support the Vue 3 composition API. The Honeybadger docs say to access `this.$honeybadger`, but components using the composition API do not have...
### Describe the bug I'm using the new forms API, and I get TypeScript errors when I try to access form field states on the `$form` object. This code reproduces...
### What is the problem this feature would solve? My DB migration library prints out what's wrong with my SQL, but running `bun run migrate` from my project top-level omits...