Results 381 comments of Cas_

man, I wish I saw this issue sooner, this was a 1 line fix jassub loads fonts from your OS before it starts using fallback fonts, so it likely loaded...

@hoonlight you said > On Jellyfin 10.8.13 (Docker), I was able to use the Fallback Fonts feature to path a .woff2 font file so you didn't use a fallback font...

VideoFrame isn't a good solution for this, it effectively just tries it's best to guess, which doesn't work well at all for variable framerate videos [mkv and webm], you're way...

where did this happen in real-world cases?

![image](https://user-images.githubusercontent.com/6506529/205469094-b3e94177-3bec-46dd-9bac-29647a280b87.png) ```js import parseTorrent, { remote } from 'parse-torrent' console.log(parseTorrent, remote) ``` can't reproduce, try running `npm update`

fixed in https://github.com/subins2000/p2pt/commit/81c43be8cc0cfd72ca4ec700eed3b62ad10e33ef

this works on my svelte version, doing this manually with vanilla js is kinda annoying, i doubt i'll add this

yeah this would be really nice since it would let us do away with ```js webPreferences: { backgroundThrottling: false } ``` which causes a lot of other issues like pagehide,...

@codebytere is there any chance this will be implemented in electron, or is it going to end up in the state of indefinite limbo just like [Presentation API](https://github.com/electron/electron/issues/33891)?

No errors get thrown, but 1/2 of the chunks pushed to the stream are ignored by the transform for some reason, tends to happen on chunks of constant sizes which...