weakish
weakish
有时会碰到超时报错: ``` error: 28 Operation timed out after 15000 milliseconds with 0 bytes received ``` 难道是 GitHub Action 的服务器访问 leancloud.app 的速度没有 travis 的服务器快?
[PHPStan](https://github.com/phpstan/phpstan) 是个静态分析工具。
https://leancloud.cn/docs/leanengine_cloudfunction_guide-php.html#hash642235351
异常信息格式
目前异常包含 Request 信息,包括其中的 request body。 abo 在论坛上建议只返回 code 和 error message:https://forum.leancloud.cn/t/php-sdk/22242 js-sdk 目前除了 code 和 error message 外还返回 method 和 url,但不包含 request body。
see kennethreitz-archive/clint#182
It seems that `gl diff` only accepts files as arguments. So to diff two branches, I have to move HEAD back and forth? ``` gl switch b gl branch -sh...