-
```
$ cmake -B build -S . -DUSE_OPENSSL=true
```
```
...
CMake Error at libqnearbyshare-server/proto/CMakeLists.txt:14 (target_link_libraries):
Target "qnearbyshared-proto" links to:
absl::lo…
-
Currently, the user has to pass the arg spec twice, once in the dataclass definition, and another time in the argparse spec. This should be avoided - the spec should be defined only once, then argpars…
-
As we start to allocate more and more with various improvements, we need a way of getting an allocator in there. My ideal would be to use `std::polymorphic_allocator + std::memory_resource` but that's…
-
Curious any `Noetic` release plan?
-
Versions:
- CentOS Linux release 7.7.1908 (Core)
- cvpi version 2020.2.3-base-4-g56c15e7 go1.13.6
`python3 setup.py install` fails when compiling http_client_filter.cc.
Here is the part of the …
-
`-fstack-protector` inserts stack canaries into functions that have sufficiently large character buffers on the stack. I guess the idea is we don't want to pay for a stack protector on every function.…
-
Sorry if this is not a suitable place to request.
I've seen a Googler’s code review comment mentioning http://go/totw/151, but I can't find it at https://abseil.io/tips/.
If it's C++ related and…
-
## What was done
We opted-in bazel `external_include_paths` feature so that we can use `#include` for dependencies.
## What is expected
We expect bazel and CLion plugin all work normally.
…
-
### Describe the issue
Abseil already [points](https://github.com/abseil/abseil-cpp#support) to google's "foundational C++ support policy" explicitly, but it still [carries](https://github.com/abseil…
-
### Steps to reproduce
startup kotatogram
>>kotatogram-desktop: error while loading shared libraries: libabsl_strings.so.2206.0.0: cannot open shared object file: No such file or directory
уста…