Gregor Martynus

Results 294 issues of Gregor Martynus

If a request has no session token, then we do `return reply(Boom.unauthorized())`, but that only calls the next `.then` callback and sets `session` in it to `Boom.unauthorized()`. We have to...

»unique« has a very strong meaning to a lot of people when it comes to databases. As far as I understand it, it's meaning at data.js is that the value...

Hey Dimitry, I do highly respect your JavaScripts and maybe my suggestion is nonsense, I'd be happy for a hint what you would do. Here's my scenario: I have several...

See https://docs.github.com/en/actions/reference/environment-variables#default-environment-variables.

Type: Feature

follow up to https://github.com/gr2m/open-sauced-goals/issues/3#issuecomment-905188154

Type: Feature

This would use this endpoint: https://docs.github.com/en/rest/reference/apps#list-repositories-accessible-to-the-user-access-token But I want to make sure that there is an actual usecase for iterating through all installation, and then check for repositories accessible by...

Type: Feature

follow up to https://github.com/octokit/request.js/issues/505#issuecomment-1213055795 I wonder if we can throw a better error message to help users who ran into the same problem as you did. The underlying library is...

Type: Feature

compare https://github.com/octokit/auth-oauth-app.js and https://github.com/octokit/auth-oauth-user.js

project

This pull request only adds a failing test so far. Once it's implement it fixes #268

Type: Bug
typescript

Blocked by https://github.com/octokit/octokit.js/issues/2127 **What’s missing?** THere is currently no way to define types for authentication strategy options: ```js new Octokit({ authStrategy: createMyAuth, auth: myAuthOptions }) ``` **Why?** It would be...

Type: Feature
Status: Blocked
typescript
project