Tim Abbott

Results 1346 comments of Tim Abbott

My guess for what's happening with `client.send_message` is that some software on your network is doing a redirect, which turns the HTTP POST request into an HTTP GET request. (And...

I would close this as not a bug. But I wonder if we should be doing something to disable redirect handling with how we're calling `requests` -- probably worth keeping...

I think this is likely annoying to do with `docker-zulip` today; one needs to patch the Dockerfile or something to do it. My thought on how to fix this is...

@hackerkid can you help with this? Ideally, the goal should be to have the incoming email gateway be fully supported by just merging changes to Zulip as I described above,...

@galexrt do you know the answer for this off the top of your head?

I'm reopening this until we document it properly.

@PIG208 do you think #708 resolved this? I guess we can leave this option open until wethe documentation feels good for this workflow.

I think you need to give the current user permission to write to `/opt/docker` (aka the mount points shared with the Docker container).

Hmm, is there something we could change in our Dockerfile to make this work on Mac?

Also @msurfer @orientor @LoopThrough-i-j FYI, since if we implement this correctly, it would adjust and hopefully improve the workflow for making API changes.