Dimitris Klouvas
Dimitris Klouvas
closing in favor of https://github.com/clerk/javascript/pull/3274
Closing this issue as it should be resolved in @clerk/nextjs@v5. Feel free to re-open it.
> Nice one! > > How are we planning to use this, when is the formatter supposed to run? I think we should at least run it manually until we...
@gkats I found the following resources for rubocop linter: - github action: added step in main.yml as part of this PR - plugin for vim: https://github.com/ngmy/vim-rubocop - plugin vscode: https://github.com/rubocop/vscode-rubocop...
> 1. a script that runs the rubocop checks so that we can run it manually and I would suggest we keep the pre-commit hook as the norm would be...
Hello @odannyc Checking the `middleware_v2.go` file (from the link you provided in the description) you can see that the 1st check the middleware does is for [authentication header](https://github.com/clerkinc/clerk-sdk-go/blob/98a655dfd24721353e05027bece746304748399b/clerk/middleware_v2.go#L56) and then...
Hello @sudhanshug16 Could you provide a minimal reproduction repo with the described issue? This would help us identify that the issue is related to the `clerk-sdk-ruby`, provide a fix and...
@sudhanshug16 sorry but i didn't have the time to check it yet. I will add a reminder to try check it out ~~by the end of the week~~. Edit: I...
@danajerban The `User` object can be found in `import type { User } from '@clerk/nextjs/server'`
Hello @dcyoung It seems that custom environment variables for that use case are not currently supported. Let me take a look and provide you with a workaround.