Chiboy
Chiboy
> ### 📚 What are you trying to do? > I'm just trying to use Ionic router. It's working correctly but I got an error. > >  > >...
@evanlegamer I also noticed in the Vue Devtools that Nuxt wraps the base element with NuxtRoot to properly inject helper props which would help in a normal Nuxt 3 application....
> This is fantastic! Do you think we should overwrite `useHead` instead of creating an additional composable? @danielroe Sure, I guess changing the name to useHead would be better for...
> A potential solution is to replace this dependency with [the official Vite PWA module that supports Nuxt 3](https://vite-pwa-org.netlify.app/frameworks/nuxt.html) > > Additionally, since the vulnerability is located in the sharp...
@pi0 Would a general adapter that could hook into these various ORMs be suitable?
Couldn't this potentially lead to a leakage of request context. For example, the eventEmitter util imported always stays the same, but the event and ctx/scope is recreated for each request....
> I see what you mean @CHIBX. Do you have any advice on doing this approach? @walmartwarlord I do have an idea, but it all depends on your application needs....
So would there be a problem if the middleware was given knowledge of the URL that made it to run, and of course the previous one? > Access to the...
@manniL Should this be resolved, and router params are able to be read from the event parameter in nitro middlewares, would it impose any security vulnerability?