-
@eguil @davidhassell this issue has been generated following the email correspondence regarding https://es-doc.org/cmip6-ensembles-conformance/
It will be useful to iterate over the format of the j…
-
-
**What happened**:
When trying to enable the conformance profiles enabled test suite for an implementation that supports `Gateway` but **does NOT** support `HTTP`/`HTTPRoute`, I discovered that we …
-
- **Links going to WCAG 2.1** [accessibility supported](https://www.w3.org/TR/WCAG22/#dfn-accessibility-supported) Note 1 _Level of Assistive Technology Support Needed for "Accessibility Support"_ lin…
-
> F-10 Send ServerAuthenticatorAttestationResponse with FULL "packed" attestation, with attStmt.x5c containing full chain, and check that server returns an error
How to run FIDO2 conformance tests:…
-
The specification text should explicitly address the concept of levels of conformance and describe the escalation of folder structure error levels when level 1 (perhaps) conformance is selected. Also …
-
Hi guys
![code](https://user-images.githubusercontent.com/17002393/125036788-964cfa00-e0bd-11eb-9aa4-03219d78dd5a.PNG)
1. I use this code to genernate pdf.
2. I open pdf file with Adobe Acrobat Pro…
-
Leverage the test suite defined in #143 & apply Anuket k8s conformance testing to the Ericsson R2 baremetal lab.
This will be a follow on issue once #91 & #92 have been completed.
eak13 updated
3 years ago
-
```
MarkM says third_party/js/es5conform is way out of date and we should upgrade
it to to current test262.
Note this is only used for ES5/3.
```
Original issue reported on code.google.com by `kpre…
-
I'd like to enforce that all promises have rejections caught. Either:
``` js
promiseReturningFunction()
.then(resFn, rejFn)
.then(resFn) //warning here
.then(resFn, rejFn);
```
or
``` j…