Nex Zhu

Results 71 comments of Nex Zhu

Casting to any didn't work for me with https://github.com/auth0/express-openid-connect

No, I'm just using a type from `express` (needed by the `express-openid-connect` middleware, here's my code: ```ts import { http, HttpRequest, HttpResponse } from '@deepkit/http' import type { RequestHandler }...

Casting the arguments to the exact types expected by the middleware still results in the same error: ```ts @http.middleware() export class OidcMiddleware { private expressOpenid: RequestHandler constructor(protected config: Config['oidc']) {...

> I also can reproduce with the libraries `compression` and `forcedomain`. But it works as expected if you just cast to any. @devonpmack Could you please share your code?

Yeah, seems to be different cases, my error happened in run time.

How hard is it to call Deepkit RPC service from other languages (ex. with a WebSocket library)?

Hi, is there anyhing I can help to make this merged faster? This is blocking my project from converting to ESM.

Sorry, being very busy lately, will help when I'm able to

Vue's `context.messages` doesn't include locales defined in SFCs