Xinzhe Wang

Results 15 comments of Xinzhe Wang

`user: "1000:1000"` is work, but if you meet any trouble you can do this manually: If you are using apache, you can adding environment value ``` APACHE_RUN_USER=xxx APACHE_RUN_GROUP=xxx ``` This...

This code could NOT work: ``` func TestFoo(t *testing.T) { So(1, ShouldEqual, 1) } ``` Actually you should do ``` func TestFoo(t *testing.T) { Convey("Foo test", t, func() { So(1,...

可以使用https://github.com/jhao104/proxy_pool 或者其他付费服务。

所以需要更换IP,测试时是40s换一次。

对的,实战测试是7小时跑到100W,40s换一次ip。

+1 respect, useful feature

> Should be fixed in my fork: https://github.com/CrazyCoder/Wox.Plugin.Runner. OMG! I'm just wondering if someone had just add that feature or I had to do this myself... AWESOME! You could submit...

This repo is about 3 years without maintenance, I got the same error. Maybe you can try lower version of sphinx :( Waiting to be fixed.