Justin Grant

Results 54 issues of Justin Grant

Following ISO-8601, #2781 introduced U+2212 (Unicode minus) as an alias for the regular ASCII minus sign for use in time zone offsets. There's two new data that lead me to...

normative change
has consensus
has test262 tests

This proposed change resolves #825 by adding normative spec text to clarify how ECMA-402 implementations should decide which IANA time zone IDs should be primary vs. non-primary. This will enable...

needs tests
normative
needs review
needs consensus

What's the recommended way to handle path parameters that may contain slashes? For example, we have a `/docs/` path in our app that contains nested paths or arbitrary length. For...

### What problem does this feature solve? It saves developers huge amounts of time when fixing large numbers of lint issues in .vue files. Vue integration with VSCode makes it...

### What minimal example or steps are needed to reproduce the bug? I used a Vue template to repro this, but I expect that this problem will happen in HTML,...

Novice users may not be aware that connecting to a remote machine with VSCode will install VSCode server on the remote machine. In some environments it may be unwise to...

## Package name `@js-temporal/polyfil` ## Symptoms https://bundlephobia.com/package/@js-temporal/[email protected] reports that minified size of `@js-temporal/[email protected]` is 186.5KB. But looking at https://app.unpkg.com/@js-temporal/[email protected]/files/dist, none of this package's build outputs matches that size. | File...

### Things to check first - [x] I have searched the existing issues and didn't find my feature already requested there ### Feature description Are there any plans to add...

enhancement

Adding to my previous real-world examples in #314 for constructors and factory methods, here's another pattern that I'm seeing a lot in our company's code: use of ternaries to handle...

documentation

> more empiric evidence for pipe’s impact would be good. (from https://github.com/tc39/proposal-pipeline-operator/issues/232#issuecomment-2784879225) Thanks so much for persevering with this proposal. Here's 8 snippets (I could probably provide hundreds more) from...

documentation