fancl20
fancl20
The absl & cctz suggest user use them as add_subdirectory https://github.com/abseil/abseil-cpp/blob/master/CMake/README.md. Although the other dependencies in our project managed by add_external_project, I think opencensus-cpp maybe should keep same with absl...
gRPC's CMakeLists use install. But it's heavier than just using its Makefile (for building boringssl). We use a modified version of its Makefile on production with `add_external_project`. The most problem...
Is this a limitation on Kobo side? I also can't find a way to force kobo remove the local metadata even with "repair account". Although that do download the cover...
Maybe we can calculate the book id (for kobo) by hashing metadata? So kobo will simply treat is as a different book if metadata changed.
Is there an example that terraform's limitation block this feature?
I think the root cause is same as #2509. My understanding is we don't have to use the uuid of the book in the calibre database as the id in...
I have a theory of what happened here: 1. Direct dialer call [LookupNetIP](https://github.com/daeuniverse/softwind/blob/94186ddaef35c9b6548459f4dab832ed790d157b/common/common.go#L108) for remote addr, which uses [netip.AddrFromSlice](https://cs.opensource.google/go/go/+/refs/tags/go1.22.0:src/net/lookup.go;l=268). 2. There is a [known issue](https://github.com/golang/go/issues/53607) that a. [lookupIPAddr](https://cs.opensource.google/go/go/+/refs/tags/go1.22.0:src/net/lookup.go;l=310) always use...
Having IPV6 enabled is not enough. Also I believe `lo` interface must be UP because otherwise `ip -6 route add local default dev lo table 2023` will fail with `Error:...