Mateusz Kurowski

Results 23 comments of Mateusz Kurowski

https://github.com/john-kurkowski/tldextract

https://github.com/bukwp/kopfmysql some throw away code but works. The only hard thing to figure out was testing. I found https://github.com/vapor-ware/kubetest nice project but needs some love, i was thinking about some...

Thank you. I don't know about any Github bots that scrape for broken links, maybe that could be a nice addition for the future.

Same question here. Anyone knows some hacks to achieve this?

I believe lint tests could be moved into separate pipeline or at the end of current one.

I am not working on in, if anyone feels like doing it, feel free to pickup and modify.

Couldn't we auto generate ApiObjects from kubernetes library? All of this looks very generic. Maybe ApiObjects can be made more generic also. ````python def load_configmap(self, path, set_namespace=True): """Load a manifest...

For me it seems usefull to re-use volume in PVC if it already exists, and if not, a new one should be created. Can i achieve that out of the...

@timoreimann yes i totally understand that, is it something reasonable to implement on the driver side?