ravenwing

Results 5 comments of ravenwing

I'd be glad to create whole CI process here, but current build system has flaws (e.g. some tests are not passing, yet build is - test scripts are having bugs...

My latest changes are even producing whl wich could be not so far from being able to do `pip install mapnik`. :) Though we need working tests.

I'm pretty sure there is a reason why it is still not merged, but... Could anyone provide such information?

I'm afraid that it would not be easy for _solid reproduction configuration_ since this error happens "sometimes"... Nonetheless our configuration is copied from [hashicorp example](https://github.com/hashicorp/terraform-provider-kubernetes/tree/main/_examples/aks): > provider "kubernetes" { >...

there is workaround: ```yaml - src: dependencyName: test-dep dataTemplate: "{{ .Input.body.pull_request.number }}-{{ .Input.body.pull_request.head.sha | substr 0 7 }}" dest: metadata.name ``` from [here](https://github.com/argoproj/argo-events/blob/master/examples/sensors/github.yaml)