Rodrigue Cloutier
Rodrigue Cloutier
Change this in gmail_slurper.py, line 88 to get some information on why it is bailing out. ``` try: status, data = self.imap.fetch(str(email_id), '(X-GM-THRID RFC822)') # Gmail's X-GM-THRID will get the...
I just noticed that since I replaced a slice with a map for lookup, the order of the functions in the generated code actually changes. This is undesirable and I...
@fenollp Working on a PR. Not too sure at the moment what should be the behaviour of the code at https://github.com/getkin/kin-openapi/blob/master/openapi3/schema.go#L655 where we must validate the format associated with the...
@TristanSpeakEasy If you wish you can take over the work. I haven't had time to make any progress.
Actually, my current concern is the pulumi-kubernetes-operator. Can it benefit from the slimmer images? Are you planning to deprecate the `pulumi/pulumi` image? If not, it could still benefit from a...
@chovy You can change the default in the plugin to use the default browser on click by changing the `defaultBrowser` option see [Change link target](https://github.com/zeit/hyperlinks#change-link-target) To close the page just...
Thanks for the insight. Could we then deprecate, and eventually remove, the `ToolImage` field in the BuildConfiguration? It seems, from my understanding, that there is no use for it. We...