Shuai Zhang

Results 84 comments of Shuai Zhang

https://www.visualstudio.com/vso/

I convert the repository via following command: ``` $ git clone --mirror https://shuaiz:[email protected]/DefaultCollection/_git/Multi %20Tenancy source.git $ java -jar /mnt/d/GitProjects/git-lfs-migrate/build/deploy/git-lfs-migrate.jar -s source.gi t -d target.git -l https://shuaiz:[email protected]/DefaultCollection/_git/Multi%20Tenancy.git/info/lfs "*.exe " "*.dll" "*.pdb"...

The repository is private and sorry for that I cannot grant you to access it. But I tried other repositories also meet this issue.

Greate progress, thank you deAtog!

I tried by modify `asciidoctor` fomular but failed to get it work. We need somebody familiar with the Homebrew gem mechanism. https://gist.github.com/hcoona/e24394c3501e70513fcc57860b980f3a There is a major issue: the asciidoctor cannot...

Report a related behavior with minimal reproduce steps: ```fsharp [] let main argv = let n = List.exactlyOne (HtmlNode.Parse(""" %module graphics %{ #include <GL/gl.h> #include <GL/glu.h> %} // Put the...

应该只有 glog 用了 gflags,而且 glog 对 gflags 的依赖应该是可选的

@chenzhangyi In short it would break building with bazel 0.25. Many dependencies relying on a higher version of bazel. I didn't verify each of them. However, `rules_foreign_cc` 0.7.0 requires bazel...

The protobuf arena changes are still breaking. I'll fix it with `GOOGLE_PROTOBUF_VERSION`.

Fixed protobuf compatibility & separate it into another commit. The failing unit test seems to be unrelated with this change. The only failing unittest is ![image](https://user-images.githubusercontent.com/712433/147669882-c8f30aad-3a75-408e-a19c-5fc120885895.png) Got it. After installed...