Conrawl Rogers

Results 9 issues of Conrawl Rogers

- [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that fixes an issue) - [x] 👌 Enhancement (improving an...

enhancement
cli

As outlined in #3903 by @pi0 @Atinux. This POC draft is our first step in introducing [`Entity management shortcuts`](#3903) to the `Nuxi CLI`. `Entity Shortcuts` are meant to provide a...

enhancement
cli

This PR uses `pathToFileURL` to use the `file://` url scheme to resolve plugins. Current behavior in `@graphql-codegen/cli` causes a crash when ran on windows. Related #7664 Diizzayy/nuxt-graphql-client#15 ## Type of...

waiting-for-answer

This PR introduces a variety of changes, many of which are in-fact _breaking changes._ The first and perhaps biggest being the adaptation of Vue 3 using [Vue Apollo v4](https://v4.apollo.vuejs.org) ##...

This PR upgrades the `NuxtImg` and `NuxtPicture` components to use the Composition API, and exposes a new `useImage` composable with the same behavior of the `$img` utility. Other changes: -...

[Github Repo](https://github.com/Diizzayy/nuxt-image-firebase-hosting) [Demo Showcasing This Issue](https://nuxt-image-2gl6xp7kua-ue.a.run.app) For my use case, our web app is hosted on GCP Cloud Run and accessed via Firebase Hosting for improved security and to leverage...

bug

This PR allows specifying headers that should only be applied to the graphql code generator, which don't necessarily need to be applied server wide.

This PR adds support for GraphQL subscriptions. Can be tested by installing the latest `edge` version via `yarn add -D nuxt-graphql-client@edge`