Guihao Liang

Results 10 comments of Guihao Liang

forked in #3065.

> @guihao-liang - As we discussed it would in person, it would be better if progress was reported at fixed time interval rather then every time a 64MB block is...

A possible solution. 80% finished. Feel free to pick it up.

passed internally. Job id 112426.

``` CompileC /Users/guihaoliang/Work/gui-1-36/debug/src/external/openmp/openmp-src/runtime/src/Turi.build/Debug-iphoneos/omp.build/Objects-normal/arm64/z_Linux_asm.o src/external/openmp/openmp-src/runtime/src/z_Linux_asm.S normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler cd /Users/guihaoliang/Work/guicreate-1 export LANG=en_US.US-ASCII export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/gnu-getopt/bin:/Users/guihaoliang/.pyenv/plugins/pyenv-virtualenv/shims:/Users/guihaoliang/.pyenv/shims:/Users/guihaoliang/.cargo/bin:/Users/guihaoliang/.pyenv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/gnu-getopt/bin:/Users/guihaoliang/.pyenv/plugins/pyenv-virtualenv/shims:/Users/guihaoliang/.pyenv/shims:/Users/guihaoliang/.antigen/bundles/robbyrussell/oh-my-zsh/lib:/Users/guihaoliang/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/git:/Users/guihaoliang/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/autojump:/Users/guihaoliang/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/zsh_reload:/Users/guihaoliang/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/command-not-found:/Users/guihaoliang/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/gradle:/Users/guihaoliang/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/colored-man-pages:/Users/guihaoliang/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/fancy-ctrl-z:/Users/guihaoliang/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/docker:/Users/guihaoliang/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/docker-compose:/Users/guihaoliang/.antigen/bundles/rupa/z:/Users/guihaoliang/.antigen/bundles/zsh-users/zsh-autosuggestions:/Users/guihaoliang/.antigen/bundles/zsh-users/zsh-syntax-highlighting:/Users/guihaoliang/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/osx" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch arm64 -fmessage-length=140 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces...

a simple program using `in_parallel` ``` 1 #include 2 #include 3 #include 4 5 int main() { 6 7 turi::in_parallel([](size_t id, size_t num_threads) { 8 std::stringstream ss; 9 ss

I think it's better to mention it in the documentation. It took me a while to figure out this package doesn't support api v3. > This version of python-etcd will...

found the [reason](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_4.md#make-etcd---enable-v2false-default) why it doesn't work with etcd-3.4: > Make etcd --enable-v2=false default > etcd --enable-v2=false is now the default. This client only works with v2 api.