Quentin FLEURENT NAMBOT

Results 14 comments of Quentin FLEURENT NAMBOT

Hi @simonhaenisch, it's been a long time! I see that you opened an issue about this PR: https://github.com/simonhaenisch/md-to-pdf/issues/228 What do you want to do next? I still use my fork...

However sending metrics directly with `newrelic_telemetry_sdk` seems to work fine ```python3 from newrelic_telemetry_sdk import Harvester as _Harvester from newrelic_telemetry_sdk import MetricBatch, MetricClient import os insert_key = os.environ["NEW_RELIC_INSERT_KEY"] host = os.environ.get("NEW_RELIC_HOST",...

We managed to workaround the issue by overriding `ca_certs` argument, following [this comment](https://github.com/newrelic/newrelic-telemetry-sdk-python/issues/11#issuecomment-595368276) I think it may be nice to add information about that in the README I think, or...

Thanks @Dr-Irv for the `@overload` tips I just opened a PR: https://github.com/pandas-dev/pandas-stubs/pull/926 Locally `pytest, pyright` and `mypy` works as expected