Chris Harvey

Results 10 comments of Chris Harvey

any updates on this? es6+ module support has improved dramatically over the past 2 years, and this feature would add a lot of important information that the table is currently...

@darrachequesne Does this handle the case of missing or extra continuation bytes? The encoding `1110xxxx 10xxxxxx 10xxxxxx 0xxxxxxx` (a 3-sequence followed by a 1-sequence) is well-formed and decodes to two...

@akamud For the workaround, under `editor.tokenColorCustomizations`, how would I specify a different color for different themes? For example I would like to keep `#98C379` for **Atom One Dark Theme** but...

@akamud Thanks for your quick response! Sorry to bother you again, but I just thought of another question: Is there a way to select multiple themes and have that set...

# High-Level Summary ## Features Already Present on CanIUse - [CSS 2.1 Generated content for pseudo-elements](https://caniuse.com/#feat=css-gencontent) - [CSS 2.1 Counters](https://caniuse.com/#feat=css-counters) ## CSS Generated Content Module Level 3 - [Spec](https://www.w3.org/TR/css-content-3/) ###...

@yshavit — regarding the number of logical tokens: I see your point that `+=` could be regarded as "addition and assignment" but one could also think of it as `.push()`,...

**If the function type annotation appears before the generic parameters, how will it be able to reference those parameters?** Say we have a generic function type: ```ts type ProcessingFunction =...

@mbrowne A few ideas: 1. Type annotation after the function name and generic parameters (if any), followed by an equals sign: ```ts function process: ProcessingFunction = (doc: Document, data: unknown):...

@0fork Thanks for your question. This project does not have a mechanism for auto-generating JSON Schema files at this time. Currently, the files are under the `/schema/` folder with extension...