Pooya Parsa

Results 962 comments of Pooya Parsa

Hi @ricardogobbosouza. Thanks for PR :heart: I added a pending label as there is an active discussion nuxt-communiry/axios-module#247 and the best way we should integrate with progress-bar. We might add...

Hi dear @mbergen. Yes, we are discussing it for Nuxt 3 API to be considered as a built-in API.

Hi @bestkolobok. I've took a look at your module and add some comments to improve before listing: https://github.com/bestkolobok/nuxt-jsoneditor/issues/1

We already have basic vetur support (https://github.com/vuejs/vetur/pull/1921) but it requires a full restart in case of any changes. Any contribution to this are more than welcome. It is also possible...

if there is an easy way to notify vetur extension `.nuxt/vetur/tags.json` is updated I think so yes :) /cc @octref if you have any hint for doing this.

Hi @shinguweb96. You probably need to import `useCookie` from `h3` not `#app` for `server/api` and `server/middleware`. Please see example in docs: https://v3.nuxtjs.org/docs/usage/cookies#handling-cookies-in-api-routes

(mirrored from framework repo) Ideally, we should make PR to expose `/nuxt` module (like [this](https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/nuxt/index.js)) for proper nuxt integration with each of those libraries for taking advantage of all nuxt...

Hi @ondrabus. Ideally, we should have one slug per integration and use different major versions for Nuxt3/bridge support. I will add this to official module author guide for nuxt3 but...

Just to clarify, your expected behavior for `components/druxt/field/number/integer/FieldNumberOfServings.vue` is to be named `DruxtFieldNumberIntegerOfServings` right?

From your edited comment, seems expected is `DruxtFieldNumberIntegerFieldNumberOfServings` (adding full path as prefix regardless). But it is not how prefixing works. We remove common part as duplicate so `components/Foo/Bar/FooBarBaz.vue` will...