Alan Plum
Alan Plum
Sounds like a rounding problem. `Number.isSafeInteger(1111111112312345425)` returns `false` so it can't be represented as an integer in JavaScript. In other words: `1111111112312345425 === 1111111112312345500` is `true`. FYI: `Number.MAX_SAFE_INTEGER` is `9007199254740991`.
FWIW, do we have any stats on what % of prettier users on GH override the default to use single quotes? I'm not really opposed to this change but if...
-1 for dropping IE8 support entirely. I'm currently using xhr in a project that will have to support IE8 for at least another year, maybe longer. I'm also using xhr...
This makes VSCode unusable on spotty WiFi or if you have to restart VSCode for any reason after losing connection for an extended period of time (flight, outage, whatever). At...
Would it be possible to prevent VSCode from auto-updating when exited while offline, if the remote extension is installed?
I could also imagine VSCode's auto-update having a notification like "A new version of VSCode has been downloaded in the background. VSCode will be updated the next time you exit...
The docs are generated via Jekyll using GitHub pages. I haven't found a way to use favicons with those. If you can find something that works, feel free to create...
Please don't comment with "+1" or "me too" as this sends out useless e-mails to everyone subscribed to the issue. If you wish to express support for an issue, you...
There are currently no plans to support deno. As I understand it the code can't easily be ported to deno as it is, but if anyone with experience writing for...
I'm intrigued but I'm not sure I like the API as described. I'm not sure if this would work better as a standalone helper function or a method on the...