wattroll

Results 6 issues of wattroll

Current query syntax allows `on_conflict` with a set of fields that must have a matching `UNIQUE` constraint to upsert based on them. `ON CONFLICT` can also be used with explicit...

idea

Code needs to be cleaned up and some comments added, but I'll appreciate some feedback on the idea. The only new piece of code is this file [`translate.js`](https://github.com/bellingcat/ukraine-timemap/pull/33/files#diff-8bd7ccf93aeb8a9f6754bf104bcef088cd832d51f3cfa129c226351d449ea166) `translateTo`/`useTranslate` creates...

Initial discussion here https://github.com/bellingcat/ukraine-timemap/pull/25#pullrequestreview-931983046. I will add a button to sidebar that opens a panel with language selection, but it would be very helpful if somebody contributed to the overall...

## What kind of change does this PR introduce? This PR fixes a minor, but annoying lack of error message and adds a test case for an uncovered branch. ##...

This is essentially a revert of commit e4e0f2c. See #7028 for why it was necessary. TanStack/query#6918 included equivalent optimisation ([14aa69f]), making it redundant here. The dependency is bumped to be...

### Describe the bug Hi. Thank you for a great project. I am working on another persister and stumbled onto a small issue. The type of `createCustomPersister`'s [`getPersisted` parameter](https://github.com/tinyplex/tinybase/blob/2f3e053c6d4aba24e6568787f0e2b4caa23c7ebd/src/persisters/index.ts#L81) permits...