Thomas Marrec

Results 45 comments of Thomas Marrec

Good idea! I think the example should use the [router-module](https://github.com/nuxt-community/router-module) to support `IonicVueRouter` then. I don't have much time to look at it now, PRs are welcome 👍

Hey @gustawdaniel, thanks for opening a PR, similar to the comment you mentioned on the issue, could you please add a working example? ```ts import fastify, { RequestGenericInterface } from...

There's a branch [here](https://github.com/jgthms/bulma/tree/css-variables), "in progress" in the [Road to v1 project](https://github.com/jgthms/bulma/projects/1), wait & see 😄

Hey there 👋🏻 , Thanks @jrgarciadev for this amazing UI lib! We ran into this issue today and it's still showing an error stating the Prop id isn't matching: ```Warning:...

> Hey @Gomah thank you for using it 🙌🏻 > > Did you include the `NextUIProvider` in your main file? https://nextui.org/docs/guide/getting-started#next.js Yes, we followed the installation guide carefully, actually if...

Hey @PaulBouisset, did you configure custom prices for this specific country? [From the docs](https://shopify.dev/custom-storefronts/products/international-pricing#query-product-prices): > If you don't include the `@inContext` directive or provide a country argument that doesn't have...

> I am just not sure how to build the query with the shopify client from nuxt-shopify. Here's an example: https://github.com/Shopify/js-buy-sdk#fetching-products-1 You need to use the `unoptimized` SDK version, don't...

Correct, Nuxt uses [devalue](https://github.com/nuxt/devalue) to [stringify](https://github.com/nuxt/devalue/blob/master/src/index.ts#L80) Shopify's [GraphModel](https://shopify.github.io/graphql-js-client/graph-model.js.html) and it's failing.

Hey @aykodesmedt, have you tried using the following: ```ts let checkout = await this.$shopify.checkout.create(); const giftCardCodes = ['yourGiftCardCodes', 'anotherOne']; checkout = await this.$shopify.checkout.addGiftCards(checkout.id, giftCardCodes); ``` It's not document yet, but...

@aykodesmedt Didn't get much time to look at it yet, feel free to [email me](mailto:[email protected]) with more details 👍🏻