Filip Sobol

Results 71 comments of Filip Sobol

I encountered the same issue with our custom Auth0 integration. It seems to be caused by https://github.com/nuxt-community/pwa-module/issues/406. As a workaround (mentioned in https://github.com/nuxt-community/pwa-module/issues/451#issuecomment-824019043), you can downgrade `@nuxtjs/pwa` to version `3.2.0`...

@paulcrussell Unfortunately, no. It's something we want to explore but is not on our immediate roadmap

This is implemented only in `useCart` factory. We should consider whether we should implement this in other factories as well, or if it's needed at all in `useCart` and could...

Hi @AnnaBrights, which e-commerce integration are you using?

It looks like this feature is currently mocked ([see this file](https://github.com/vuestorefront/shopify/blob/develop/packages/composables/src/useUserShipping/index.ts)). I transferred this issue to the Shopify integrations repository so the maintainers could see it.

@Inviz We will look into the issues you listed in your first message and get back to you soon either with an update or an explanation. Can you elaborate on...

Hey 👋 CKEditor offers Open Source projects the ability to choose the license they like/need. You can read more about it here: [https://ckeditor.com/wysiwyg-editor-open-source/](https://ckeditor.com/wysiwyg-editor-open-source/)

For those who may come across this post in the future, I want to clarify that [CKSource licenses that we offer to Open Source projects](https://ckeditor.com/wysiwyg-editor-open-source/) also apply to forks. We...

The error `Pre-transform error: Failed to load url XXX` when using the workaround proposed in https://github.com/vitejs/vite/issues/6393#issuecomment-1006819717 can be fixed by adding the following method after the `resolveId` method: ```js load(...

I was getting `ERR_UNSUPPORTED_DIR_IMPORT` errors caused by missing exports. The above workaround works for this as well.