AndrewTannerNA

Results 6 comments of AndrewTannerNA

Is there anything further planned for this request? Just stumbled into this issue myself having assumed that `nuxt-picture` would allow me to use all the features of native `picture` 😅

@the-lensky Just write your own ``. That's what we do, just by leveraging the `$img` helper function to get the URLs. We prefer it, it gives us full control over...

This might be related to https://github.com/nuxt/nuxt/issues/14454 I was having issues with SSG as described in that issue but using the temporary workaround (as described in that issue), Google Maps has...

I'm also seeing this issue with 1.2.1 running on Strapi 4.5.4: `{"data":null,"error":{"status":404,"name":"NotFoundError","message":"Not Found","details":{}}}` Do the maintainers intend to look at this issue? Unfortunately I am not experienced with Node.js apps...

Hi @danielroe Thanks for this. I've been struggling today to wrap my head around the Nuxt 3 eslint ecosystem and I am unsure if I should continue trying right now...

Thanks @danielroe - does it require integrating with any other package (other than `eslint`)? I am not seeing any eslint related output when running `yarn dev`.