Massimo Galbusera
Massimo Galbusera
I was thinking about using http://romanvm.github.io/script.module.pyxbmct for custom ui, but it looks like i need to reinvent all the UI basically
Sorry, I'm no longer following this plugin, do you have the time to take care of it?
Yes this is common with all the live videos, they have an expiration time and I think I need to request new ones as the video plays. I think it's...
@besarbb > I think it's feasible with a service plugin (a plugin running in the background) that changes the url after some time (eg https://github.com/tamland/xbmc-addon-watchdog/blob/master/service.py). However I don't expect it...
[electron-promise-ipc+2.2.4.txt](https://github.com/sibnerian/electron-promise-ipc/files/8899690/electron-promise-ipc%2B2.2.4.txt) If this branch isn't merged, put this file in your project in folder /patches, rename it to .patch, then use [patch-package](https://www.npmjs.com/package/patch-package)
I'm having the same issue. I'm speaking with amazon support about it
I agree with what you said. What IMO would be quite useful is to allow pipelining commands, eg ```php $redis = new Redis(); $pipe = $redis->multi(Redis::PIPELINE); foreach ($users as $user_id...
By "inconsistent state" you mean "some keys could go missing", i guess? Regarding reads instead, pipeline would really help when getting multiple keys, it's 4/5 times faster when compared to...
For buffered responses, it's as easy as doing gzdecode/gzdeflate(), or does it need async solutions?
How will this library change with reactphp v3? Will changes to this library still be accepted?