Max
Max
I'm facing the same problem since svelte-check 2.2.11: ``` import type { Readable } from 'svelte/store'; export let maybeUndefined: Readable | undefined; {#if maybeUndefined} {/if} ``` Svelte-check complains that `Type...
> Your example can be rewritten by using `$maybeUndefined` in the `#if` check as well which gets rid of the error. Then, the button would only be shown if it...
That would only work for 48 kHz (and multiples) as 250 us is the duration of 12 samples at that sampling rate. However, if using those offsets at 44.1 (and...
Understood. Yes, if a stream is configured with a PTO of [623600ns](https://docs.rme-audio.com/12mic/030-5c_avb_latency/), you could show and highlight 0.75ms, and when there is no change to the value by the user,...
~~I got it working using the workaround mentioned here: https://github.com/Squirrel/Squirrel.Windows/issues/1605#issuecomment-973906514~~ _**Edit:** if you proxy requests to a local homebrew'ed 7zip installation, then it all appears to work great until you...