Gregor Martynus
Gregor Martynus
I'm happy with the TypeScript IntelliSense we can provide for different REST API versions in the upcoming Octokit, however the current implementations seems to overwhelm the TypeScript engine. It gets...
See https://docs.github.com/en/rest/reference/repos#get-a-commit > If there are more than 300 files in the commit diff, the response will include pagination link headers for the remaining files, up to a limit of...
This is a follow up to https://github.com/octokit/plugin-paginate-rest.js/pull/208. I copied the entire code of `PaginateInterfacte` and prefixed all method arguments with `octokit`. There must be a way to remove most of...
Currently `express-pouchdb` is removing `/` from filenames before initializing db instances for the current request in https://github.com/pouchdb/pouchdb-server/blob/55aa1932903083fcaf1b4c53898f98065c8a0600/packages/node_modules/express-pouchdb/lib/clean-filename.js#L9 (via https://github.com/pouchdb/pouchdb-server/blob/55aa1932903083fcaf1b4c53898f98065c8a0600/packages/node_modules/express-pouchdb/lib/utils.js#L67) At Hoodie, we currently use `express-pouchdb` inside our server and we...
By default, `smee-client` sends all headers: ```js { host: 'smee.io', connection: 'close', 'user-agent': 'GitHub-Hookshot/ab308e1', accept: '*/*', 'x-github-delivery': '7daaa700-b656-11ea-84ee-565013bbff02', 'x-github-event': 'installation', 'x-hub-signature': 'sha1=49d7..., 'content-type': 'application/json', 'x-request-id': '0e111..., 'x-forwarded-for': '140.82.115.152', 'x-forwarded-proto': 'https',...
`smee-client` has only a single test at this point. Without full test coverage we cannot confidently work on bug fixes and new features. This would be a great project to...
Hello GCF friends, we just released Probot v10 and I'd like to upgrade `@probot/serverless-lambda` for compatibility. Would any existing user/contributor would like to collaborate on that with me? More importantly,...
## ⚠️ This issue is reserved for {Rails Girls | Google} Summer of Code It will be freed up after February if nobody claimed the issue --- This bot can...
Every collaborator on a team with write access is a potential risk. As collaborators become inactive they could be moved to an alumni group with read-access only. That would also...
This is a follow up for https://github.com/octokit/webhooks.js/issues/71. It would be good to check if smee is lowercasing escape sequences before forward a webhook event.