-
1. `utf8code` should reject code points above U+10FFFF (RFC 3629).
2. `String#chr` should reject code points between `0xD800` and `0xDFFF` (RFC 3629).
3. `String#ord` should raise error against ill-fo…
-
One example:
https://github.com/ARMmbed/cmsis-core-k64f/blob/master/cmsis-core-k64f/cmsis.h
With the wrong tag, location and copyright header.
-
### pdstools version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/pdstools/) of …
-
### Description of Issue
USD fails to compile when strict standard-conformance under MSVC is enabled
https://learn.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance?view=msvc-…
-
A POSIX test framework standard exists (POSIX 1003.3) that we may want to consider looking into someday.
-
### Issue description
Form fields' helper text text fails WCAG success criteria 1.4.6 Contrast (enhanced AAA). This does not conform with our accessibility target, WCAG 2.1.
Today the character coun…
-
We are currently developing a [test suite](https://github.com/opengeospatial/ets-citygml30-part2/) for this standard.
It is not clear to us if the `Global` conformance class is mandatory or not.
…
-
Idea from the Modelica Conference:
Extend FMU model representations from Source Code and target specific binaries to target-independent ByteCode, e.g. using Webassembly.
See https://2021.intern…
-
kierk updated
3 years ago
-
```
First of all, thanks for this library. It really provides a huge performance
increase compared to the DataContractSerializer within WCF.
What steps will reproduce the problem?
1. Define a WCF …