Sanjay Pandey
Sanjay Pandey
## Do you want to request a feature or report a bug? Bug ## What is the current behavior? Recharts loading entire index.js ## If the current behavior is a...
This will fix #214 and also tested code working on iOS 9/10
Hi, I am getting a crash on iOS. I have added following lines in config.xml I did ionic state reset and then ionic build ios. I opened xcworkspace and project...
Right now zod-prisma will generate zod file without nullish for ids that are auto incremented. We dont pass ids from client where its auto incremented, so it should be optional/nullish...
It seems not to work with navigator as tab item. ``` getTabView() { switch (this.state.page) { case 'Home': return break; case 'Drafts': return break; case 'Tasks': return break; } }...
Hi, After installing broccoli viz globally is there some configuration needed as I am getting following when I run BROCCOLI_VIZ=1 ember build BROCCOLI_VIZ=1 : The term 'BROCCOLI_VIZ=1' is not recognized...