WenTao Ou
WenTao Ou
GCC 14 is not released yet. I will test and fix all the compatibility problem after GCC 14 is released.
Thanks, I will test it several days later.
The failed job report error when compiling upb, which seems not a problem of this PR?
There is a secure problem in this plugin. (see https://github.com/owt5008137/WP-Code-Highlight.js/pull/27 for the detail, thanks to jason0x90.) I have already merge the PR and republish it and send a email to...
Sorry. The wordpress team tell me there are still some CSRF problems in this plugin when wordpress is setup for multiple sites. I don't use wordpress any more and I...
Sorry, I have tried to publish it again but the wordpress team tell me I need to sanitize all data(Though I think I have sanitized all the input field.). I...
Just wondering why envoy do not allow `-Wc++20-attribute-extensions` here? Is it necessary for otel-cpp to close this warning for some specify compilers here?
We need curl for any HTTP exporter by now. Do you have available libcurl of arm64 in your environment? Could you please provide what shows when cmake try to find...
HttpClient will not be built if we find headers of libcurl but got a wrong target architecture of the library. I'm not sure but add `-DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_SYSTEM_PROCESSOR=aarch64` when run cmake...
> I found that if I make these changes, I could successfully link on MacOS: > > [wjones127@83b8395](https://github.com/wjones127/opentelemetry-cpp/commit/83b8395396e680725e04613b9d157e815df79223) > > Perhaps there are some differences in how the MacOS linker...