Gregor Martynus

Results 1515 comments of Gregor Martynus

Currently pull requests are not being created due to an auth error. I assume the used PAT was invalidated? https://github.com/octokit/graphql-schema/actions/runs/13978257316 This would be a good opportunity to start replacing the...

hmm the reason is that the `dist/` folder does not exist in https://github.com/stefanbuck/github-issue-parser/tree/v3.2.0. Compare to https://github.com/stefanbuck/github-issue-parser/tree/v3.1.1 where it does exist. I recommend to use `stefanbuck/[email protected]` for the time being. In...

or better, use `stefanbuck/github-issue-parser@v3`

what is the breaking change though? It was definitely not intended, I thought this was an internal implementation detail

See also https://github.com/actions/create-github-app-token

I ran into a problem. We call `standardizePrompt()` in the `DefaultStreamTextResult` constructor: https://github.com/vercel/ai/blob/32831c6bc31285e75c536f047b578db295d32469/packages/ai/core/generate-text/stream-text.ts#L896 `standardizePrompt()` will need to be made async because it calls `safeValidateTypes()`.

I realized the same constructor calls `recordSpan` which is also an async function, so maybe there is a way to make this work as the current constructor already has side...

`` Needing dist files for actions is such a mess. I wish there was a better way ``