Alexey Alekhin

Results 175 comments of Alexey Alekhin

Hi everyone! I see that this is closed now, but I don't see if there is a conclusion: - Are you planning to add more maintainers to the org? Has...

> But they can help by reviewing. Actually reviewing, requesting changes and even adding a few nit's > Which can be done by any non-maintainer user. That happens to many...

Haha 😆 you got me! I really want to be able to use Octokit from Deno. Just today I had to switch to Node.js because of these issues and I...

Ok, here we go: - https://github.com/octokit/app.js/pull/235 - https://github.com/octokit/oauth-app.js/pull/221 It was easy 😄 I hope this fixes it.

Thanks! I just tried to run my Deno script with `--reload` and it still loads `@octokit/[email protected]` in the dependencies. If there is no way to force a cache update, could...

@gr2m I don't know if it's related, but I had a similar issue when I tried adding the throttling plugin to the octokit/core. If I run this script: ```typescript import...

@gr2m I think the original issue is still there for the `Api` and `Webhook` types: https://github.com/octokit/octokit.js/issues/2075#issuecomment-822032795.

Hi! Can we revive this PR? is it still relevant after the latest changes in master? The problem still exists and it would be nice to merge this if it...

> My plan is to make the servers restartable from code and to provide an easy way for ide-x authors to specify how long to idle before shutting them down...