Simon Schick

Results 176 comments of Simon Schick

Implementation seems possible (https://developer.mozilla.org/en-US/docs/Web/Media/Audio_and_video_delivery/WebAudio_playbackRate_explained). Just mind the limitations in the the sections `Note`: (only when paused on iOS 9 and `it's recommended that you limit the range to between 0.5...

@kkuepper Should it be remembered, or is there a time/condition by which it should be resetted?

Wow! Just more stuff: For Blurhash there exists a .NET implementation (for the API and for Xamarin) https://github.com/MarkusPalcer/blurhash.net which I couldn't find for Thumbhash. They even have a minimal code...

https://github.com/nuxt/image doesn't seem to make much sense to me if not using SSR. > The catch here is that Blurhash needs a element to render the placeholder (at least by...

@u12206050 that's what this is all about 🤗 just a bit more than just singular colors...

@koskimas, in #272, it seems as you were rather looking for replacing this function or renaming it. I just wanted to know what the current direction is for the `$if`...

Not only our API can throw an error, but also other components. This is why the component `` was introduced. I'm unsure about its effectiveness compared to the [vue lifecycle...

I see 3 categories of errors, which should be handled and logged differently: 1. User relevant errors - the user has done something wrong. These errors should be shown to...

> Do you have some examples for User relevant errors? In general everything the user has access to change something - any kind of input. Search shouldn't have user-related errors...

@sifferhans I don't think that just by using Sentry, you get your error handling strategy magically answered. Furthermore, there are some types of error where I don't know if you...