Justin Bellero

Results 26 comments of Justin Bellero

You could, for instance, short circuit the startup script by having a bash script check if the file exists and create it where it doesn't. Then let the bash script...

@Tragio > Hi @Tragio > > Did you install the package as a dev dependency? `yarn add -D @nuxtjs/strapi` > > Btw: You don't need to use the edge channel...

The Definitely Typed types weren't very good when I tried to use (not really up to date with the API version) so I have added my own definitions. The quality...

And the example output from watch in JS debugger: first time through: ``` response: { carrier_accounts: [ ], object_created: "2023-05-31T21:28:45.481Z", object_updated: "2023-05-31T21:28:45.563Z", object_id: "{{REDACTED}}", object_owner: "{{REDACTED}}", status: "SUCCESS", address_from: {...

Looks like line 118 of Resource.js parses `var response` value as JSON but disregards the status code 403 so it's not instantiated as a custom shippo error here ```javascript _responseHandler:...

This was my workaround. Manually typed the API myself. Maybe it will help others while they get some official TS created (if ever) > The Definitely Typed types weren't very...

**UPDATE 04/01/2024** An update for anyone landing on this issue. I've spoken with reps and the do not maintain this repo anymore nor do they have any plans to pick...

@danielroe I'm not sure its possible to reproduce as pure nitro, only because the current configuration state for the project which I have causing this does not use any ssr...

Bumping this as it's still an open issue and Netlify claims this is a Nuxt config issue. Clarifications Team?

+1 Same here. Since the recommendation is to migrate to graphql-codgen, can we get some co-existance between configs of codegen client-preset setup with apollo VS Code Extension features as well...