Jason Landbridge

Results 181 comments of Jason Landbridge

Please see my PR I just created which solves all of the above :+1:

The fix is to hard-code the provider to the default [IPX provider](https://image.nuxt.com/providers/ipx) ```typescript export default defineNuxtConfig({ image: { provider: 'ipx', }, }); ```

Hi, I personally don't have this problem but a possible solution could be setting up web-types for Webstorm: [Web Types](https://github.com/JetBrains/web-types) `package.json` ```json { "scripts": { "update-web-types": "vue-docgen-web-types -c web-types-config.json", },...

The same thing was happening in AWS ```bash 2024-08-29T15:44:11.483Z [WARNING]: [error] No "exports" main defined in /codebuild/output/src588137643/src/Docs/node_modules/estree-walker/package.json at new NodeError (node:internal/errors:405:5) at exportsNotFound (node:internal/modules/esm/resolve:362:10) at packageExportsResolve (node:internal/modules/esm/resolve:642:13) at resolveExports (node:internal/modules/cjs/loader:567:36)...

I can confirm Moq 4.20.70 works with .NET 8. I just ran 152 unit tests and 24 integration tests without problems

This has been added in #97

@LukeHagar I have further polished and split out the reused models as much as possible

This PR has been integrated separately into the main spec

Yes, PR's are welcome for this!

This is missing from the API spec but you're welcome to add this to the spec in a PR and then all SDK's will have it implemented