Sheldon Baker
Sheldon Baker
**Bug 🐞** I have an odd issue when using Nuxt, SSR, and vue-instantsearch. Following [this guide](https://www.algolia.com/doc/guides/building-search-ui/going-further/server-side-rendering/vue/#with-nuxt), I've made [a stripped down demo repo](https://github.com/sheldonbaker/nuxt-instantsearch-hang) of the bug in question (I've confirmed...
Starting a stream (from OBS, e.g.) always starts a new .flv file, even though I have `manual` configuration on the recorder.`curl`ing `http://localhost:8080/control/record/stop?app=live&name=test2&rec=default` multiple times also generates *new* recordings. ``` worker_processes...
On a mobile device, when using `brush.filter`, any events that are removed by the filter will end up causing an error of `emitter(...).moved is not a function` or `emitter(...).touchended is...
**Bug 🐞** I have an odd issue when using Nuxt, SSR, and vue-instantsearch. Following [this guide](https://www.algolia.com/doc/guides/building-search-ui/going-further/server-side-rendering/vue/#with-nuxt), I've made [a stripped down demo repo](https://github.com/sheldonbaker/nuxt-instantsearch-hang) of the bug in question (I've confirmed...
I'd like to have a schema with validations that are dependent on a remote data source, but schemas must be defined outside a load function for caching purposes. ``` const...