Gregor Martynus
Gregor Martynus
> want to fetch some content from my database and update a component on the client with that data to be shown when the user is asked to Accept/Deny a...
Great work y'all! As commented on the other thread, https://allcontributors.org/ is back - I don't know why 🤣
make sure you use the latest version of `nock`. Older versions cannot intercept `fetch` calls
> we could test e.g. node-fetch@v2 too let's not do that 😅
done now, for all 1st-class providers. See Black Forest Labs docs for example: https://ai-sdk.dev/providers/ai-sdk-providers/black-forest-labs#image-editing ```ts import { blackForestLabs, BlackForestLabsImageProviderOptions, } from '@ai-sdk/black-forest-labs'; import { generateImage } from 'ai'; const {...
Ideally the loaded webhook types would be an extendable interface, so that https://github.com/probot/adapter-github-actions could add types for GitHub Actions-specific events. But @octokit is currently not maintained, see https://github.com/octokit/octokit.js/discussions/620#discussioncomment-1472174, so it...
> I think a good solution to this problem would be https://github.com/octokit/webhooks.js/issues/474 This is old, but still the right path forward I think. But given the little investment @octokit gets...
if you could add a test to https://github.com/octokit/core.js/blob/main/test/graphql.test.ts with a preview that'd be :100: