jn

Results 29 comments of jn

directvla would be any of: ``` Argentina Caribbean Chile Colombia Ecuador Peru Puerto Rico Uruguay Venezuela ``` in any case, it would be ilp and not domestic

@maxgalbu some archived games like last night's phihou are now available in 1080p60

> > @maxgalbu some archived games like last night's phihou are now available in 1080p60 > > How is this related to @elschmidtorado's issue? This is a very recent change...

@svanoort what backend are you using? Using diskcache's FanoutCache here and had to shim it: ``` class FanoutCache(_FanoutCache): def set(self, key, value, **kwargs): kwargs['expire'] = kwargs.pop('expires', None) return super().set(key, value,...

Ack, just found https://github.com/google/shaka-player/commit/6694d3c13ede673b80fa36285a93584ab0e6a9b3 https://github.com/google/shaka-player/issues/2653 I imagine when using the two features together would still prevent Android PIP from working when the device is locked to portrait. Closing

When going fullscreen, the shaka player container is the fullscreen element. From here, Android PIP can be triggered by escaping to the homescreen. Now in PIP mode, the fullscreen _element_...

Also, I'm looking into what is happening when pinching in fullscreen mode. The default behavior exits fullscreen on pinch either in or out. Haven't looked too far into it, but...

Seeing the same with a moto edge 2021 on android 12. Disabling "Overview suggestions" fixes it.

For anyone looking for a solution in the meantime, I made an extremely barebones custom backend using DiskCache (thanks to it being listed under "related projects"!): ``` from pathlib import...

Seeing this on starting gunicorn with eventlet as well. Doesn't seem to have broken anything as far as I can tell. python 3.9.0, eventlet 0.28.0