Emmanuel Courreges
Emmanuel Courreges
In the mean time of solving the spec (I think I saw a similar proposal elsewhere), I think we need to put a warning in the doc of opentelemetry-java-instrumentation that...
> The [negative number indefinite sleep issue](https://bugs.python.org/issue12459) was fixed in Python v3.3. Apprise supports v3.6+ The initial bug has nothing to do with negative sleep times, the elapsed is negative,...
> this is definitely concerning... I've never seen/had this issue. Is your local machines time set correctly? Perhaps the issue is i'm using `utc` (or not?) and the bug simply...
> Defining environment variables / system properties for this type of thing needs to be defined at the spec level: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md Am I to understand that this cannot be used...
Bonjour @marcalff Thanks for your expertise, the problem is I guess only on the bazel build, because the curl version downloaded is fixed and is 8.4.0, and my system (Ubuntu...
For now I have a working version in my "nobazelcurl" fork, replacing libcurl deps like this to use the system version of curl. Maybe just having a switch between this...
I have the same problem, it looks to me like GCL_VARIABLE supports only one variable, GCL_VARIABLES doesn't exist, but if it did, it would solve the problem when you have...
> I had the same issue. Installing module pip_system_certs solved it. All the ways to fix it (f.i. for MacOS) are mentioned here: https://stackoverflow.com/questions/50236117/scraping-ssl-certificate-verify-failed-error-for-http-en-wikipedia-org For me this does not seem...