-
**Describe the bug**
This excerpt is incorrect but the lint tool doesn't catch that the 200 needs to be a string '200' and the yaml parses it into a number:
```yaml
paths:
/foo:
get:
…
-
The released Umati sample server sends a PEM encoded certificate instead of a ASN.1 encoded cert in endpoints and for secure connections. Not sure if this is a configuration issue or the underlying st…
-
As per the spec, `id` function selects elements by their unique ID and attribute for unique ID is declared using DTD.
Q. If no DTD is defined then is `id` attribute implicitly considered as unique…
-
### 🚀 Feature Request
In our application, we have a package that abstracts away API calls to the backend. It's a convenient way to setup up the test data. This package allows customizing the `fetch` …
-
The graphql-http spec has been updated with some notices, Pioneer should try to be follow those suggestions and be a lot closer to the spec.
-
https://w3c.github.io/trusted-types/dist/spec/#get-trusted-type-compliant-string-algorithm step 1 currently specifies
"If input has type expectedType". What does that mean? It seems `isHTML` (https:/…
-
The metrics Reader implementation should support configuring the default **aggregation** and the default **temporality** on the basis of instrument kind. [There are two lines on the spec compliance ma…
-
### What would you like to discuss?
In line with the same reasoning as #867, I could imagine us and other developers wanting an easier/more well-documented connection between building data package co…
-
# Report
# Issues and Steps to Reproduce
The following can be added as `gentest/fixtures/YGAspectRatioTest.html`. Note that for the tests containing text, the test generation script/template wil…
-
From https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#shutdown-2
>Shuts down the exporter. Called when SDK is shut down. This is an opportunity for…