André Cruz

Results 71 comments of André Cruz

The only thing it does is paint the window pink, and doesn't seem to draw anything more, at least I don't see changes. But since I never saw the original...

Wouldn't we get some kind of error in that case? Nothing seems to fail, at least there's no error output.

I'm using the coreos/hyperkube:v1.8.0_coreos.0 image and have run into the same problem while running the proxy: ``` time="2017-10-02T14:49:56Z" level=warning msg="Running modprobe ip_vs failed with message: ``, error: exec: \"modprobe\": executable...

I just ran into another problem related to not having "modprobe" in the image: https://github.com/kubernetes/kubernetes/issues/53396. I've also tried using kubelet-wrapper with official hyperkube images from gcr.io but I still have...

Is there still a problem with this patch?

@skonves shouldn’t odbc and mysql be added to that list of modules that break the async hooks?

Hey @acoyfellow. We don't allow replying to what we already consider to be a reply, this is to prevent reply loops. In essence an email cannot be replied to when:...

I looked at https://developers.cloudflare.com/email-routing/email-workers/reply-email-workers/ and couldn't find this particular information, so I'm guessing the `other internal conditions are not met`part alludes to this.

> I still can't get past this issue.. > > ``` > // Ensure these headers comply with Cloudflare's requirements for a message to be reply-able. > msg.setHeader("Auto-Submitted", "no"); >...