Ben Toews

Results 31 comments of Ben Toews

I wonder if the OAuth flow is failing. Is there anything in the query part of the URL in your address bar, like `?error=...`?

@mhagger does it give a line number for your error message? I'm curious which API it is hitting the limit for.

@matthewmccullough Looks like you're actually running into trouble with the muter script and not the labeler script. Google had changed some behavior which broke this script, but I fixed that...

As for the rate limit problem with the labeler script, @josh had a good idea that I was meaning to follow up on. If the user adds a Gmail filter...

Sorry for not responding here sooner. Looking at the labler script again, we _do_ have caching of which threads have already been processed and threads should only be processed once:...

Agreed. I started working on that, but upgrading things to Swift 3 turned out to be messy. A PR would be welcome.

I think the intent was to keep the packages separate, but I can see how it would be useful to expose the `*protocol.SignedData`. I would accept a pull request changing...

There is no way to tell Git what arguments to pass to smimesign. You have two options for making smimesign use a timestamp server when used with Git. The first...

That could be added if it were useful. Is there a way to get Git to set an environment variable based on the Git config, or would the idea be...

I'd like to avoid going down the path of a separate config file for this tool, though maybe that isn't reasonable. What are your thoughts on installing a wrapper script...