Daniel Tello

Results 7 comments of Daniel Tello

@hjhart @thanhtoan1196 In my case I can't modify certain configurations of my docker container so I added the following flag: `--disable-dev-shm-usage` and everything worked like a charm. The downside is...

@tsolar did you find something? You found out it was a CSS problem? I get the same error on 1 PDF generated out of 15 (average). If someone can show...

Thanks for your response @tsolar I managed to reduce our error ratio by removing all imported css. Instead I moved all styles to our html head tag. Definitely is not...

@jumph4x What are your thoughts on this?

@jumph4x friendly ping

I had this problem in Xcloud and fixed it with this `ios/ci_scripts/ci_post_clone.sh` ``` #!/bin/sh brew install node brew install cocoapods brew install yarn yarn install cd ../../node_modules/@react-native-firebase/app chmod 755 ios_config.sh...