Lenin Kennedy
Lenin Kennedy
Hey, i would like to work on this. Can anyone please **list out** what all needs to be done to *Implement login with GitHub to mentorship system*? I am new...
hello, sorry for pinging everyone in this conversation. i will not be able to work on this as i am not familiar with flask
Should i update the docs as well? For example, in [line 32 of nextjs docs](https://github.com/shadcn-ui/ui/blob/main/apps/www/content/docs/installation/next.mdx#L32) : ```diff - Where is your global CSS file? › › app/globals.css + Where is...
@shadcn That makes perfect sense. So would this work as the fix? ```diff - export const DEFAULT_TAILWIND_CSS = "app/globals.css" + export const DEFAULT_TAILWIND_CSS = existsSync(path.resolve("./src")) ? "src/app/globals.css" : "app/globals.css" ```
> Not intuitive but if your `globals.css` is at `src/app/globals.css` you should include the `src` when answering the following prompt or a duplicate `app` directory and `globals.css` is created. >...
> Has this issue been fixed on the Cli ? > > If yes the issue can be closed or moved to discussion Not yet. I am in process of...
Hey @hmnth07 , I actually don't have write access to this repo so I can't do that. Looks like this repo is not maintained anymore..
Hey @jamie256, can you reopen this issue? Thanks
This issue might be worth to open again. I had to take some time to set up shadcn with t3. Few issues i ran into: 1. module resolution and path...
Hey, is there any update on this? Support for python 3.12 would be amazing!