Mohamadhassan Ebrahimi

Results 4 comments of Mohamadhassan Ebrahimi

Two years of opening this issue and yet no solution? Yet this problem exists with "repeat" format as well. ``` qs.stringify({a: 12, b: [1, 2], c: [1]}, { arrayFormat: 'repeat'});...

I've fixed this problem this way. May be useful to someone else? `safeguard.interceptor.ts` ```ts export abstract class SafeGuardInterceptor implements NestInterceptor, CanActivate { abstract canActivate( context: ExecutionContext, ): boolean | Promise...

> Looks like the latest version `"vue-tsc": "^2.0.10"` is working fine with `"nuxt": "^3.11.2"` Not exactly. I've just upgraded nuxt and vue-tsc to latest versions (same as you said) and...