Alicia Sykes

Results 324 comments of Alicia Sykes

That's really weird. The only thing I can think of, is that you set the `DL_ENV_TYPE` to 'managed' (it should stay defaulted to `selfHosted`). The managed instance **does** require the...

I presume you mean, because the NPM package hasn't got the updates from the latest commits? I don't think there's any need for it to have those, because the only...

Yeah, I see this too. GET [`https://api.github-star-counter.workers.dev/user/lissy93`](https://api.github-star-counter.workers.dev/user/lissy93) --- Edit: Actually, it is working, it's just a bit tempromental --- Edit 2 Oh, now it's not working again Now I got...

Ah, I think I see the issue, it's in [`handler.ts`](https://github.com/idealclover/GitHub-Star-Counter/blob/master/src/handler.ts). For user's with a higher repo count, then it hits the GitHub API rate limits. The solution, is just to...