Aaron Meurer

Results 1002 comments of Aaron Meurer

I don't think we can cache the git clone, at least not without paying for some Heroku service. But I don't think it is a big deal. On my computer...

It worked after editing the description.

I think this was just some intermittent issue with the GitHub API. It would be nice to have some sort of error monitoring so that I could be notified of...

Happened again. ``` 2019-01-24T11:51:04.057184+00:00 app[web.1]: PR #15835 was opened. 2019-01-24T11:51:04.118343+00:00 app[web.1]: Error handling request 2019-01-24T11:51:04.118351+00:00 app[web.1]: Traceback (most recent call last): 2019-01-24T11:51:04.118360+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 390, in start 2019-01-24T11:51:04.118362+00:00...

I was able to confirm that it works when redelivering the payload from the GitHub webhooks page. Still not clear if this is a bug in gidgethub or GitHub's webhook...

For PR https://github.com/sympy/sympy/pull/16149 It is trying to load https://api.github.com/repos/sympy/sympy/commits/413dfe7ba58d0ddac413e350a6961eb831ce759f, which is for https://github.com/sympy/sympy/commit/413dfe7ba58d0ddac413e350a6961eb831ce759f. But this is for the wrong PR. The SHA in the commit object is correct be528926594053c2abe761922fb832e34e047119. This...

I will push a workaround to use the SHA for now. We can revert it later if the bug is fixed.

That didn't fix it. For some reason, it can't access the url for the commit. I am going to just push a workaround for now that ignores it when this...

Also after #83 the release notes stuff will all happen before any added/deleted stuff, so if this were to happen there, it would not break the status.

Yeah, I'm hoping this is somehow related to the outage that happened earlier. The outage is marked fixed https://www.githubstatus.com/. I'll keep an eye on the Heroku logs and if I...