Gregor Martynus

Results 304 issues of Gregor Martynus

Follow up to https://github.com/octokit/auth-oauth-user.js/pull/1 **What’s missing?** ```js auth({ type: "scope" }) ``` The feature to [Create a scoped access token](https://docs.github.com/en/rest/reference/apps#create-a-scoped-access-token) is not yet implemented. I think it shouldn't work like...

Type: Feature

### What happened? This is a follow up to - #65 Related to this code https://github.com/octokit/auth-app.js/blob/d3d913372515d33517af1afcf43eee195454b903/src/hook.ts#L108-L152 I learned today that we also have to handle 403 response, the reason is...

Type: Bug

### Describe the need This should prevent accidentally merging PRs that break our build, see https://github.com/octokit/openapi-types.ts/pull/427 ### SDK Version _No response_ ### API Version _No response_ ### Relevant log output...

Type: Maintenance

We have been noticed by @tidelift that `codecov` is no longer maintained. We don't really use it as far as I can tell and can simply remove it from our...

closes #3 - [ ] Fix update automation in https://github.com/octokit/app-permissions/ because it currently seems to be failing - [ ] Install https://github.com/apps/octokit-release-notifier and configure it to create repository dispatch events...

## Bug Report **Current Behavior** I realized there is a problem with pre-binding `pino` methods, see this code ```js import pino from "pino"; const log0 = pino(); log0.info = log0.info.bind(log0);...

### Description This is a follow up to https://github.com/vercel/ai/issues/5325#issuecomment-2756747066. I created a simple benchmark that compares @rexxars `eventsource-parser` and `@ai-sdk/provider-utils`' own implementation based on the bug report by @wong2: https://github.com/gr2m/eventsource-parser-benchmark/#readme...

enhancement
ai/core

Built on #5975, merge it first. ## Background Compare #5698 ## Summary Additional provider-specific options to the image model provider interface. They are passed through to the provider from the...

## Background We want to support [standard-schema](https://github.com/standard-schema/standard-schema) instead of zod schemas in custom validators. We will keep the `zod` dependency for internal validations (e.g. for user inputs and parts of...

enhancement