Daniel Qin

Results 28 comments of Daniel Qin

@electricBonfire try https://github.com/grpc/grpc/issues/8547

@oasis-cloud 不引入default.scss是最好的, 只是不引入样式就不生效啊。 我们内部基于nutui封装了一下,比如Popup被封装,用到项目里面就无法引入Popup的样式

my steps as bleow: ``` bash git clone -b v1.0.0 https://github.com/grpc/grpc --depth=1 cd grpc git checkout -b v1.0.0 cd examples/php composer install ``` composer outputs: ``` Loading composer repositories with...

@stanley-cheung please above comment thank you

additional debugs ``` cd $(pear config-get php_dir) pwd /usr/local/Cellar/php56/5.6.27_4/lib/php ``` the DrSlump was installed in this folder ``` total 200 drwxrwxr-x 24 qinxin admin 816B 10 26 09:35 . drwxr-xr-x...

so have to use command from vendor folder: `./vendor/bin/protoc-gen-php.php -i . -o . helloworld.proto`

``` // If on windows and no arguments were given } else if ($_SERVER['argc'] < 2) { $stdin = fread(STDIN, 1024 * 1024); } // If no input was given...

升级到1.3.46,最新版本