lpuglia

Results 21 comments of lpuglia

@yuliskov will do when i get a second

any chance this is gonna be merged soon?

@till-m should I add tests for codecov?

@till-m done. By the way, it looks fine in both ipywidget ![image](https://github.com/nalepae/pandarallel/assets/2184440/27b11ece-d4dc-45f2-b475-26ffa5a24c5c) and text mode: ![image](https://github.com/nalepae/pandarallel/assets/2184440/8b7b7954-0581-40c9-bdee-46ef0f5c0d1f)

@DoctorDinosaur can you share a workaround?

I have a question (sorry if it is trivial but I haven't looked into the docs very deeply): What do you mean by stremio clients? Do you mean the actual...

Thanks for the explanation! I have been looking around, it seems that the mentioned players support DASH with DRM: Exoplayer does it natively and I have been using it in...

Is there a starting point if I wanted to make modification to stremio itself? I would like to try few things so I could learn more. If you could link...

@AltFreq07 can you also add preAuth token? solution suggested by chatgpt: ```javascript player.configure({ drm: { servers: { 'com.widevine.alpha': 'YOUR_LICENSE_SERVER_URL' }, advanced: { 'com.widevine.alpha': { serverURL: 'YOUR_LICENSE_SERVER_URL', // Include the preauthorization...