David Dembeck

Results 36 issues of David Dembeck

https://github.com/sandreas/tone

enhancement

``` Applying chapters to m4b... Importing 34 QuickTime and Nero chapters from file /output/Carl Hiaasen/Squeeze Me/Squeeze Me - A Novel.chapters.txt into file "/output/Carl Hiaasen/Squeeze Me/Squeeze Me - A Novel.m4b" WARNING:...

bug
enhancement

docs for InstantSearch (api) mention a `scrollTo` function being available for the `Pagination` component. I don't see this exposed in either the React or Vue packages though. https://www.algolia.com/doc/api-reference/widgets/pagination/js/#widget-param-scrollto

Let's say I have a `RefinementList` component setup like so: ```typescript ``` If I click a checkbox, the list will _visually_ show that a second refinement was selected, though only...

Similar to https://github.com/aymeric-giraudet/svelte-algolia-instantsearch/pull/25, this PR allows styling the `` element on the `RefinementList` component. SearchBox has a class of the same name. For example, default style vs customizable style: ![Screenshot...