Anish Pallati
                                            Anish Pallati
                                        
                                    ```bash pnpm create t3-app@latest # tailwind selected cd my-t3-app pnpm dlx shadcn-ui init pnpm run dev ``` Running the above commands seems to work as expected. Can you elaborate on...
Here is what I've understood from skimming this thread: [484045](https://bugs.kde.org/show_bug.cgi?id=484045) was opened on the KDE Bugtracking System to requesting Secret Service support on `plasma-nm`. Someone else opened [458318](https://bugs.kde.org/show_bug.cgi?id=458318) calling for...
pacocoursey's cmdk silently [trims values and makes them lowercase](https://github.com/pacocoursey/cmdk#command-cmdk-root). Looks like there's no way to override it. This behavior is unexpected, so I think we would benefit from documenting it...
Might be worth incorporating https://github.com/shadcn/ui/issues/326#issuecomment-1546491984 in this PR
I'm not very acquainted with the codebase, but at first glance it seems like `readUser`, `writeUser`, and `updateUser` can be deprecated in favor of new `readConfig`, `writeConfig`, and `updateConfig` methods....