Pader
Pader
> > ``` > > (async () => { > > const browser = await puppeteer.launch({ > > headless: false, > > executablePath: 'C:/Program Files/Google/Chrome/Application/chrome.exe', > > userDataDir: + "/Local/Google/Chrome/User...
@Jackfinal 我已经不记得有没有解决了,但看仓库的最后提交日期,对比 issue 的日期,应该是没解决的。
真的很讨厌这种定期关闭 issue 的机器人。
 还有这种类型的验证码,现在识别的结果貌似只是把图中所有的图标类的东西都识别出来,比如上图要求点选两个图标,但是却给了8个图标的座标,有什么办法识别给定的要选的东西呢?
Not just like that, It can go up and up again by click the method or property. For example, you can click foo() in SubType to found up define in...
And the important thing is **Remove unused import**.
Psalm should not analysis own vendor directory. If I have a project my_amp_project, but use another directory project psalm_composer_bin_project to analysis my_amp_project. ``` ./my_amp_project psalm.xml ./vendor/ ./vendor/ (No psalm here)...
I've noticed when language server launched, some log output: ``` Registering autoloaded files /home/pader/php/psalm/vendor/autoload.php /home/pader/php/psalm/vendor/composer/autoload_real.php /home/pader/php/psalm/vendor/composer/ClassLoader.php /home/pader/php/psalm/vendor/composer/autoload_static.php /home/pader/php/psalm/vendor/symfony/polyfill-mbstring/bootstrap.php /home/pader/php/psalm/vendor/symfony/polyfill-mbstring/bootstrap80.php /home/pader/php/psalm/vendor/symfony/polyfill-ctype/bootstrap.php /home/pader/php/psalm/vendor/symfony/polyfill-ctype/bootstrap80.php /home/pader/php/psalm/vendor/amphp/amp/lib/functions.php /home/pader/php/psalm/vendor/amphp/amp/lib/Internal/functions.php /home/pader/php/psalm/vendor/symfony/polyfill-intl-grapheme/bootstrap.php /home/pader/php/psalm/vendor/symfony/polyfill-intl-grapheme/bootstrap80.php /home/pader/php/psalm/vendor/symfony/polyfill-intl-normalizer/bootstrap.php /home/pader/php/psalm/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php /home/pader/php/psalm/vendor/symfony/deprecation-contracts/function.php /home/pader/php/psalm/vendor/symfony/string/Resources/functions.php /home/pader/php/psalm/vendor/amphp/byte-stream/lib/functions.php...
理论上是支持的吧?应该不需要做什么修改。
@joanhey Does v5 support superglobals? How does same superglobal keep in same async callback context? I mean superglobal cross the whole process, but multiple async callback running sametime in one...