Sylvain Prat
Sylvain Prat
My workaround works properly for my use-case, so nothing else is really *required*. However, I would suggest implementing something that does not trigger a resource replacement when the file data...
@anuragbisht Yes, the "content" field exists, but only textual content is accepted in it, because Terraform tries to parse it as an utf-8 encoded string. In my case, I want...
In fact, that's why I suggested to implement a `content_base64` field in the first place.
@ravinitp What is the progress on this subject?
Note that browser-launcher suffer from many bugs (especially on Windows) and seem not maintained anymore. Maybe browser-launcher2 would be better fit.
I also encountered many issues while running my gevent-socketio application on IE 9 essentially because IE does NOT implement websockets and thus triggers some "broken" gevent-socketio code that is not...
I fixed the problem 1/ described above : https://github.com/abourget/gevent-socketio/pull/170
I have the same problem. My `PostDelete` hook pod needs a specific service account in order to operate. But as soon as I add the `PostDelete` annotation to the `ServiceAccount`,...