Dmitry Misharov

Results 24 comments of Dmitry Misharov

Big objects is better to keep in `xbmcgui.Window(10000)` as a property: ```python xbmcgui.Window(10000).setProperty("your_unique_property_name", some_string) ... xbmcgui.Window(10000).getProperty("your_unique_property_name") ```

> There is slight issue with this as this will make the Grid 4 dependent on Kubernetes. It's already dependent on Docker. Perhaps there should be some middleware for different...

Do you think it makes sense to parse the webhook payload and get commit data from it?

> Can we see the relevant part of your `.kubeconfig`? I assume that perhaps the certs there are referenced as relative to `${HOME}/.kube`? ```yaml ... clusters: - cluster: certificate-authority: certs//k8s-ca.crt...

Thanks! I'll update the method.

It requires to disassemble nice audio player where this file was recorded.

Yes, this version is already used in production.

I was trying to build a collector with `ocb` version 0.96.0 and got this error too. Is there a way to stick with the specific Go version?