rhscjohn-dev

Results 8 issues of rhscjohn-dev

I have a mepg-ts file that contains Closed Captions. How do I copy the CC stream(s) when converting to type mp4? Below is the JSON output from MediInfo. { "@type":...

SvelteKit build fails with errors. console ``` > Executing task: npm run build < > [email protected] build > svelte-kit build vite v2.8.6 building for production... ✓ 132 modules transformed. .svelte-kit/output/client/_app/manifest.json...

I have the following toast option. ``` const toastOptions = { duration: 4000, // duration of progress bar tween to the `next` value initial: 1, // initial progress bar value...

documentation

I am trying to reproduce your SvelteKit example and I am having an issue. The player ends up being the size of the poster. ![Screenshot 2022-04-05 171716](https://user-images.githubusercontent.com/60523782/161850772-25b5a1cf-16f9-4062-b29d-17524571a395.png) While the {#await...

With your March 2022 release now using the HTML5 `` element, SveleteKit throws A11y warning: A11y: `` elements must have a ``svelte(a11y-media-has-caption). For documentation purposes, the `` element should be...

You can tell Sveltekit to not process a route in SSR using a hook. See [hooks](https://kit.svelte.dev/docs/hooks) documentation. So let's say that you have Svelte route component called player.svelte that contains...

### Describe the bug While I was trying to add [shadcn-svelte](https://www.shadcn-svelte.com/docs/installation/sveltekit) to a new project, the following command failed. `npx shadcn-svelte@latest init` ### Reproduction Step 1. Set default template to...

bug

When I run the following tsscan, the scan starts at channel 21 and runs thru channel 69 ``` tsscan -u --usa --service-list -- verbose -l ``` After the FCC Channel...

question