-
The PSString does not always serialize to a string, but might end up as an array of integers. The comment in the sources explain this in detail:
https://github.com/purescript/purescript/blob/e184fc…
-
### Version
1.12.0-master
### Flags
-ES6Experimental
### Test code
```js
{
let i = 0;
const proxy = new Proxy({ exec() { return null }, lastIndex: 0 }, {
set(target, p) {
…
-
The HTML living standard ( https://html.spec.whatwg.org/multipage/syntax.html#character-references ) states:
> The numeric character reference forms described above are allowed to reference any cod…
-
`A\uD87E\uDC04Z` string litteral gives incorrect byte sequence.
That string was taken from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length#Unicode, I …
-
I stumbled upon this:
https://cyberphone.github.io/ietf-json-canon/
https://tools.ietf.org/html/draft-rundgren-json-canonicalization-scheme-06
Your work is listed there, with the remark "In contr…
-
As #2634 points out, we can share derivations and builds between Windows and Unix machines. That means we cannot just be like Rust, new Python, etc., and do both types of path correctly and be done wi…
-
Hi,
Sometime I'm getting calendars from office 365 with \u0015 or \u0017 as TZID value and
parsing fails on DTSTART property.
Is this a bug in ical4j or such character is illegal by the spec ?
…
-
i try and import from directory but nothing ever gets added and i get this in the logs.
it does this a couple of times and then it seems like it just stops
--- Logging error ---
Traceback (most r…
-
When I tested serializing char type property, 'System.InvalidOperationException : Invalid primitive System.Char' exception occurred.
I guess that 'private void WritePrimitive(object primitive, TomlPr…
-
In the August 28th meeting we debated the use of Control Characters such as `\u0000-\u0008` which are invalid in XML 1.0 (but allowed in XML 1.1) within JSON.
This issue is by way of collecting som…