QuentinN42
QuentinN42
Hello, I want to add some css to the html files. The best method is to allow an option to insert some custom headers into the generated html. Do you...
According to PEP 561, we just need to add this file to mark the lib as typed. I don't know if all the lib is typed, maybe we also need...
Add json and junitxml output format.
### What happened? ## Steps to Reproduce Just follow the [opentelemetry-exporter-prometheus README](https://github.com/open-telemetry/opentelemetry-js/blob/main/experimental/packages/opentelemetry-exporter-prometheus/README.md). ## Expected Result Some metrics. ## Actual Result Got an `failed to export metrics: Error: MetricReader is not...
According to PEP 561, we just need to add this file to mark the lib as typed. I don't know if all the lib is typed, maybe we also need...
TL;DR : `fastBPE/fastBPE.cpp` missing (`cython` not installed => install crash) According to `setup.py` : ```python try: from Cython.Build import cythonize except ImportError: use_cython = False else: use_cython = True if...
Running `Arduino-CI/[email protected]` result in `NoMethodError` : I use the default workflow : ``` name: Arduino_CI on: [pull_request] jobs: arduino_ci: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: Arduino-CI/[email protected] ``` And...
Hello, I think this is one of the best terminals that I can use but I'm moving around multiples computers and I'm not always root. It is possible to bundle...
If you pass a wrong param ther is no error code. That leads to this type of error: ```bash # sudo bash -c './change-gdm-background' && echo "DONE" || echo "ERROR"...
### Enhancement Description - One-line enhancement description (can be used as a release note): `Add FileEnvSource and FileKeySelector to add environment generated on the fly.` - Kubernetes Enhancement Proposal: No...