Derek

Results 12 comments of Derek

I did some discovery on this over a weekend, and its seems ExoPlayer already does a good chunk of the work itself by [handling a MediaSession](https://medium.com/google-exoplayer/the-mediasession-extension-for-exoplayer-82b9619deb2d) for us. I did...

[You can provide a `to` URL parameter to the listen endpoint to force transcoding](https://docs.funkwhale.audio/swagger/#/Library_and_metadata/get_api_v1_listen__uuid__), but it's pretty coarse as the intended use of that parameter is when a file is...

Do you have your work on github? You should submit a pull request! The hackyness shows in a lot of ways, but hey its a start

@koxu1996 's solution is *really* close The `startIdForScope` call references `atom.grammars` directly, so you need to switch it to just `grammars` as well.

Using a debugger, I can see that python310.dll makes a call to `LoadLibraryExW` using the lpFileName `\\?\UNC\smbshare\example\lib\_ctypes.pyd` which notably fails with the same error message as is present in the...

@googlebot I signed it!

@googlebot I signed it! (again)

What particularly bugs me about this is that the documentation mentions many times in relation to mixed python-rust projects to use `pyoxidizer` rather than `cargo` to build in order to...

Also seeing what I believe is the same bug. Reproduced with the `pointer-events` example. You *must* use a real Android device with touch input - touch emulation on desktop Firefox...