Jackson Holiday Wheeler

Results 13 issues of Jackson Holiday Wheeler

## Description While migrating from Algolia, we're facing challenges with replicating our search prioritization based on user relationships. In Algolia, we utilized a filter to prioritize search results based on...

I'm integrating `sveltefire` into a project based off of your [Svelte/Electron template](https://github.com/codediodeio/electron-forge-svelte) (which is awesome, by the way!). However, when I initialize Firebase, I get the following warning: ``` @firebase/app:...

**Describe the bug** When you pass `validateOnChange: true` to a field's options, the field is not marked dirty when you change its value. **To Reproduce** Steps to reproduce the behavior:...

bug

### Describe the bug When manually setting the query parameters in the URL using history, the `$page` store does not update correctly to reflect these changes. In my SvelteKit application,...

documentation
router

The email validator has a character length restriction between 2 and 7 characters. However, there are valid TLDs that are longer than that, e.g. .technology, .international, .photography, .university, .solutions, .foundation,...

**Describe the bug** The [`email` validator](https://github.com/chainlist/svelte-forms/blob/master/src/lib/validators/email.ts) has a character length restriction between 2 and 7 characters. However, there are valid TLDs that are longer than that, e.g. `.technology`, `.international`, `.photography`,...

bug

A variety of fields and methods have been updated, but this is not reflected in the docs. For example, [the APIs are lowercase](https://github.com/muxinc/mux-node-sdk/blob/5b63e5bebb948c095b8593c8d4acc976ed8158a4/src/index.ts#L166-L170) (e.g. `video`, `data`, `system`, etc.), whereas [in...

Passing in `state: false` as a query option to the `queryChannels` function (as specified here: https://getstream.io/chat/docs/javascript/query_channels/#query-options) seems to have no effect on the response. Whether `state` is `true`, `false`, or...

While the `channel.muteStatus()` function does return the correct mute status, the `channel.state.membership.notifications_muted` property is inconsistent; sometimes it is accurate, sometimes it is not. This changes in a seemingly random manner,...

# Problem Stream Chat's message search seems to lack support for continuous substring/text matching. The current operators either match individual tokenized words (`$q`) or require exact full string matches (`$eq`)....