Results 23 issues of Les De Ridder

![Image](https://github.com/user-attachments/assets/5f913c6f-0df2-4ae3-ab94-57e83da165bc) I think I'm on the testing track, but the stable track also says 'not accepting new testers' or something.

If an object key contains special characters (e.g. `-` or `.`), it can't be filtered on even though it's a valid JSON object key. For example, `?has_stuff.foo-bar=true` can't be used...

[`StorageProxy`'s functions](https://github.com/Kinto/kinto.js/blob/d0cfd1e/src/adapters/base.ts#L3-L10) are not `async`, which makes it nearly impossible to cleanly use any asynchronous storage back-end in a custom adapter.