cician
cician
Just a little clarification. I wrote in the description of PR #1126 that it fixes this issue, but it's not exact. There I actually only fixed it for String in...
I'm currently working on emitting JSON in Grain and for escaping I need to generate an UTF-16 surrogate pair from a unicode codepoint. And of course vice-versa, but parsing is...
Actually I don't strictly need it because only ASCII codes 0-31 need to be escaped for conforming JSON output in UTF-8, but I've tentatively added an option to escape all...
For now I've just copied a few lines from OpenJDK's source to do the job, but I should probably remove it to avoid copyright/licensing issues. I don't think escapeUtf16 makes...
Oscar reached out to me a few days ago saying he's willing to pick this up. I started to take a look again after I saw the float parsing PR...
> Looks like the tests are passing which is good. This should be all ready for review a note is I wrote a `TODO` for eventually switching to a streaming...
I've encountered the same error in vscode (the extension with language service) and it was due to spaces in the path where I created the project. In another instance the...