-
works on mac but compilation fails on linux/windows, any advice?
https://github.com/mediar-ai/screenpipe/actions/runs/10724672255/job/29740844267
-
Currently, there is no way to use the system versions of packages, only the ones provided in externals.
This was partially addressed in #5422, but was then reverted.
Looking at the `DEPS` file,…
-
In the last few months there is a new s2 version which contains some exciting things like a spherical buffer (!!): https://github.com/google/s2geometry/releases/tag/v0.10.0.
With our current build …
-
It looks like the implementation of `string_view` gladly accepts `nullptr` in its constructor, but I don't think the string_view from the STL does.
Meaning, when upgrading STL to C++17 for example, t…
-
Golang's `time.ParseDuration` routine parses a very human-readable string format for duration values. This functionality was ported into the Abseil C++ library which makes it easy to consume the same …
-
### Describe the feature request
Creating general issue to track ONNX DX on Windows ARM platform, particularly QNN.
Main problems:
- **Lack of pre-build arm libs/binaries/wheels.**
The necessit…
-
## Use case
Currently, [`showLicensePage`](https://api.flutter.dev/flutter/material/showLicensePage.html) shows licenses for software used by the application.
On this page, all the compo…
-
Hello,
We are trying to build tensorflow 2.16.1 without boringssl as boringssl no more supports Power/s390x architecture.
TF has a direct dependency on boringssl as well as curl and grpc which in…
-
### Describe the issue
Hi, I have built abseil from source, but when I compile other projects using absl, I got a lot `undefined reference to `absl::lts_20211102:: .....` errors.
```
git clone ht…
-
As known, (see https://github.com/abseil/abseil-cpp/blob/master/absl/base/internal/atomic_hook.h#L139, https://github.com/abseil/abseil-cpp/issues/659, etc.), MSVC does not provide a constinit std::at…