Dimitris Klouvas

Results 29 comments of Dimitris Klouvas

Hello @mcmxcdev Thank you for this feedback. Indeed, it seems we can reduce the dependencies, so we will create a ticket and assign the appropriate priority. In the meantime, if...

Hello @dcyoung I would suggest to either ignore the `middleware` for the health endpoint if you don't consider the middleware part of the health checks. Otherwise I would ignore the...

🤔 We cannot determine if the request is for ignored route or not before receiving a request, so I couldn't find a way to skip this log. We are taking...

@aerojeyenth your issue is not related to this. i will reopen the previous issue.

@mikestopcontinues The objects passed in `withServerSideAuth` come from the `@clerk/backend` package types. The are 2 different types of resources for user for example, `User` and `UserResource`. The `User` type is...

@danajerban The `User`, `Organization`, .... ([other resources](https://github.com/clerk/javascript/blob/main/packages/nextjs/src/server/index.ts#L45)) are exported in from the `@clerk/nextjs/server` in our core-2 (>= 5) version.

This issue should be fixed with https://github.com/clerkinc/javascript/pull/790

@waldothedeveloper thank you for reporting it. We have updated our docs.

Would you consider this example of implementing the same pattern more readable and preferrable? ```typescript // // @clerk/shared // type Operation = (...args: any[]) => T; const pipeline = (operations:...

Closing this in favor of another implementation : https://github.com/clerk/javascript/pull/3506