Eugene

Results 9 comments of Eugene

You can patch elf with glibc interpreter if you don't want to recompile and still get a smaller image. Here is an [example](https://github.com/Z-EMB/Shura/commit/1fcf4b4804213467b95254f644f77d8cfc652eac), check the Dockerfile @cedrickring fyi

Programmatic toggle play/pause doesn't work. This makes no sense, I have a user tap a track and it goes into playing state, but nothing happens when it should based on...

> @awesomekosm Can you send an you example to codesanbox? https://codesandbox.io/p/devbox/unruffled-wildflower-c4vk67 Sorry I didn't get back to you sooner, try opening on mobile https://cookpete.com/react-player/ and selecting a mp3. For whatever...

https://demo.jellyfin.org/stable on IOS, it doesn't have this kind of issue, not sure what they use and I don't see any kind of preloading in network tab. It's kind of annoying...

> react-player can't do anything about this. to play audio on iOS mobile there has to be user gesture > > https://webkit.org/blog/6784/new-video-policies-for-ios/ > > > > you can however load...

Wouldn't be as much of a problem if UserAuthorizer had a public constructor so I could just override `getCredentialsFromCode` After refreshing id_token, user profile stuff is missing, according to https://github.com/googleapis/google-api-dotnet-client/issues/1141#issuecomment-360239385...

That works as well. I can update my CI to `git clone --depth 1 --branch $_MBEDTLS_VERSION --recurse-submodules --shallow-submodules ...` By default I doubt CI/devs need submodules entire history tree, especially...

There is something else going on with GetMousePosition between web and desktop. When a window is resized horizontally (lets say browser debug is open on the right) The mouse.x position...