Results 466 comments of juj

> I'm not sure we have ever officially support doing this kind of thing. I think we should support this. It helps composability with other libraries, and helps users utilize...

Sorry, I never quite had time to design the tests for that PR. I'll see if I can get a bit of time slotted for this soon.

I got this same error today: ``` WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by com.google.common.hash.LittleEndianByteArray$UnsafeByteArray (file:/C:/buildbot/win11-arm64-8gb-snapdragon-7c/emscripten_win11_arm64/build/emscripten/main/node_modules/google-closure-compiler-java/compiler.jar) WARNING: Please consider reporting this...

I have been bashing my head against Jellyfin Audio/Video desync for two weeks now, and finally ended up my troubleshooting to arrive to this ticket. In my use case I...

What made debugging the root cause of the `start_time != 0` issue deceivingly complicated is that there is a subtle UX situation where the issue "vanishes" in Jellyfin web client....

> A workaround is to disable the [Prefer fMP4-HLS Media Container] option in Avatar->Playback. Indeed, this enforces transcoding of the AV1 video down to H.264 to take place, so it...

Great work, this is fantastic. Looking forward to testing out the next release.

This library implements the WebGPU browser API 1:1 as it appears in the IDL: https://www.w3.org/TR/webgpu/#idl-index whereas the one in Emscripten implements an API that mirrors [the Dawn API](https://dawn.googlesource.com/dawn). Whichever you...

The naming conventions differ, but also the internal implementations of the bindings are separate. In emdawnwebgpu, the web-facing bindings match 1:1 with the native Dawn API. In this repository, the...