Alek Petuskey
Alek Petuskey
I have done OAuth with Clerk.dev that works pretty well. ```python import pynecone as pc class ClerkProvider(pc.Component): library = "@clerk/clerk-react" tag = "ClerkProvider" publishable_key: pc.Var[str] = "YOUR_PUBLISHABLE_KEY" class SignedIn(pc.Component): library...
There should be a way to wrap hooks, we are updating the documentation on how to do this in the next couple days so keep a look out in the...
Sure we can make an app that has this. I can post some code to show off this functionality
Got it, need to redeploy its on an old version of pynecone
I don't seem to get this issue but I have some ideas to what could be happening one sec
> when i put reflex run and open localhost:3000 for the first time give me this >  Can you provide some more details what OS, Reflex version, python version....
Ok thanks for the feedback it seems like some were getting this issue for a brief time period today and yesterday but it seems to not be occurring on a...
Thanks for the pr, for this project we want to keep the code as simple as possible so we are removing the baidu code and will only support open ai...
Related to https://github.com/reflex-dev/reflex/issues/4947 for reference
I don't quite understand this logic of having downstream users prove an unusable release is a problem, when it can be simply removed. Mistakes happen that's why unpublish commands exists....