César Jeanroy
César Jeanroy
importing class-validator from the routing controller package fixes the issue. `import { IsNotEmpty, Min } from 'routing-controllers/node_modules/class-validator';`
Also interested to know if it is possible 👍
Thanks for the info! I will soon be working on this again If I find a better way to do it, I'll ping you :)
@hayduas answer helped me to have it working on Android but iOS was still crashing. In order to have it working on iOS I had to: 1. Update the Info.plist...
I know this is an old issue but I had the same problem and it took me a couple hours to figure out why my doc was not being generated....
I'm having the same issue. I don't want to turn off `queryDeduplication` for all my requests but only for one. I tried passing `queryDeduplication: false` in the context instead of...
@NewCoderOnTheBlock did you figure out how to delete the row like it is done on the web? I have the same issue, it clears the row but does not delete...
@NewCoderOnTheBlock Thanks for the answer. I had issues with row shifting so I decided to keep a local state of the rows that I wanted to keep, wipe the spreadsheet...
Struggling with the same issue here. Even `__typename` is optional for me which is impossible.
+1 to merge this PR