James Zhao

Results 7 comments of James Zhao

The issue is still present in Dec 2023. `InfoBoxF` and `InfoBox` still can't close with the close button.

Would love to see this feature implemented, or filter video only in `pickMultipleMedia`.

You are right, I reset the cool down and it does show up. However, the small sign in button is still present along with the prompt, is this intended? And...

If you can edit the bundle id in the app, it would be `com.launcher.iTunes`. But scripting with iTunes wouldn't work.

I'm not able to solve this problem, I'm using Windows 10

Same issue here, calling only `jestPrisma.initializeClient(prisma);` results in `PrismaClient is unable to run in this browser environment, or has been bundled for the browser (running in `Node.js`).`

I have figured out: The reason for `TypeError: this.originalClient.$connect is not a function` is that we are exporting `prisma` as default, so the mock statement should be: `jest.mock('@/your/prisma', () =>...