Scott Chapman

Results 41 comments of Scott Chapman

saw it here: https://github.com/probot/probot/blob/ce9688493029f32a5abdeb3a4fb91d56d00c18e5/src/server/logging-middleware.ts#L19 And I think I saw it on inbound events

yea, I even introduced some new lines that weren't being covered because I knew that's how it worked. The status on the top was saying there were uncovered lines, just...

Has anyone had any luck using graphiql v2?

> Hi @ScottChapman > > To open a new issue, please, follow the issue template: > > **Describe the bug** A clear and concise description of what the bug is,...

Yes, better. I do get the error but much less frequently. Is it possible to dump any information that might be helpful in identifying the data that is causing the...

@osalvador - are the copy commands kept some place? I assume there is a tmp file for the SQL commands that are executed? Is it possible to preserve that for...

OK. I think I narrowed it down to the data that is problematic. There is a bunch of unicode data in it. I can probably clean it up a bit...

I guess like this: https://github.com/octokit/plugin-throttling.js basically follows this: https://docs.github.com/en/rest/guides/best-practices-for-integrators

Gotcha, totally makes sense. Glad I asked as we were looking to incorporate this into some automation that needs to run at scale in a CICD pipeline. So, I think...