Wenbo Jie

Results 20 comments of Wenbo Jie

Found an article for how to use heap snapshot to debug jest memory leak here: https://chanind.github.io/javascript/2019/10/12/jest-tests-memory-leak.html I tried to use the same method to debug but didn't find the root...

https://wiki.saucelabs.com/display/DOCS/Platform+Configurator#/

Known issues: - many `Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.` - Safari can not support mouse move: https://github.com/angular/protractor/issues/1526 - Run test with iPhone...

Need to download SafariDriver manually when running in local machine: http://www.seleniumhq.org/download/

IE10/11 flexbox issue http://stackoverflow.com/questions/21600345/flexbox-and-internet-explorer-11-displayflex-in-html IE "Symbol not defined" issue http://stackoverflow.com/questions/33828840/symbol-is-undefined-in-ie-after-using-babel IE not vertical align item correctly with "min-height" http://caniuse.com/#feat=flexbox

Known issues: - How to include ployfill.js only for IE browser? Conditional comment is not supported from IE10. - Not support `min-height=100vh` issue

Could you provide some error logs? Many dependences are very old, it's been a long time since last update. But I just tested on my local machine, it works fine....

same error for me

This is really a must have feature. Right now our work round is to return the variable in the response so we can use the variable as part of id.

Thanks @oliversturm, I was stuck for the same issue for hours, finally it was solved by your solution!