Pascal zhang

Results 7 comments of Pascal zhang

> The npm preset shouldn't create a workspace.json file, hence the assumption that project inference would be active. Can you confirm `npx create-nx-workspace@latest --preset npm` is creating a workspace.json file?...

Hi , thanks for the reply , i did create the apk and install it on my mobile it work fine, icon is here and everything. I thinks is was...

Hey man did you read what I post ? I said to import from import { useSession, signOut } from "next-auth/react"

I fixe it by putting 'android:allowBackup="true"' in "android/app/src/debug/AndroidManifest.xml" at application

Hey @parshvadaftari , did you find any documentation or snippet of code ? I try to do a pluging so we could use any model.

Hello You can already do this with the ``` import { useChatContext } from '@copilotkit/react-ui'; ..... const Header = () => { const { setOpen } = useChatContext(); return (...