sky92zwq

Results 4 issues of sky92zwq

[**bazel let me to find helps here**](https://github.com/bazelbuild/bazel/issues/18768#issue-1774198373) ### Description of the bug: In WSL, I imported a cmake project (poco) into a bazel project by **rules_foreign_cc** Every time When I...

Can Close?

is there a way to print foreign project building infos? I can't see the building progress of a cmake project, when using foreign_cc in a bazel project.

here is my dir layout: a.proto depends on b.proto, so `import b.proto` in a.proto. ``` ├── proto │ ├── BUILD │ ├── CMakeLists.txt │ ├── a.proto │ └── b.proto ├──...

documentation
P4

While developing an HTTP framework based on POCO for my client, I realized POCO didn't provide an implementation of a reactor HTTP server. So I decided to implement a reactor...