João Pedro Antunes Silva

Results 9 comments of João Pedro Antunes Silva

Hi! I don't know if you still need help, you've probably already solved it, but this might help somebody: `this._vm.$snotify.error(error)` _Originally posted by @serkandemirel0420 in https://github.com/vuejs/vuex/issues/1399#issuecomment-449972993_

Hi @AllanPinheiroDeLima! You can find the [docs of auth v4 here](https://github.com/nuxt-community/auth-module/tree/master/docs)

Hi @potato4d! I was working on a Nuxt 3 version of this module a while ago. Would you be interested in taking a look? It has `useDayjs()` composable and auto...

Hi @jawadashraf! Can you show me how you are making the request? I think all you need is to set the ID before making the request.

Hi! This indeed was a nice improvement. But unfortunately this change caused a breaking change for libs depending on `NextAuthHandler`, like [@sidebase/nuxt-auth](https://github.com/sidebase/nuxt-auth) and [next-auth/apps/playground-nuxt](https://github.com/nextauthjs/next-auth/blob/main/apps/playground-nuxt/src/runtime/server/handler.ts), but it was released as patch...

@walmartwarlord Yeah, I understand your point. And if this is the case, I understand why this was a patch version. We weren't aware it was _internal_ since the [example for...

Hi @Dashboard-Community-Center! Thank you for reporting this issue and sharing your code! There is a WIP PR #855 that will add Azure AD provider, and I believe we could add...

Hi @fbramato! Sorry for the delay, I've been very busy lately and haven't been able to actively maintain the repo. Thank you for the PR! Looks good to me! Can...

Hi! That's because responses might be wrapped in `data`, so we don't know if the type is `Event[]` or `WrappedResponse`. Try using [$get()](https://robsontenorio.github.io/vue-api-query/api/query-builder-methods/#get-1) to automatically unwrap it. ```ts new Event().$get().then(response...