Chris Harvey

Results 15 issues of Chris Harvey

When using [tag interpolation](http://jade-lang.com/reference/interpolation/) (inline elements) with the `#[ ]` syntax, atom treats each word inside as if it is a tag. It should only treat the first word as...

Help wanted

Please add engines supporting this syntax to the table: ```js function f(x = 1, y) { return [x, y]; } f(); // [1, undefined] f(2); // [2, undefined] ``` It...

ES6
new test
Help wanted

I noticed that while checking foreground colors on top of background colors, some combinations do not meet the WCAG 2.0 accessibility specifications; namely, that [the contrast ratio must be at...

this is an issue first brought up in the `atom-jade` package, but persists with this package as well. see https://github.com/devongovett/atom-jade/issues/28

I'm new here (both at this repo and with ES modules in general), but I was reading through the blog posts and I think I would also be unhappy with...

This request is simply for an improvement of UI in the settings pane, specifically related to tab settings. ### Tab Type Currently, the **Soft Tabs** checkbox is separated far away...

A **header** is a whole container of introductory content, such as site logo, navigation, and search field. A **heading** is the title of a section of a document — headings...

[ECMAScript 2023 introduced](https://tc39.es/ecma262/multipage/#sec-intro) new `Array.prototype` methods: `toSorted`, `toReversed`, `with`, `findLast`, `findLastIndex`, and `toSpliced`. The `findLast` and `findLastIndex` methods are already present on [the compatibility table](https://kangax.github.io/compat-table/es2016plus/), but the rest are missing....

Help wanted

# Introduction & Motivation A **parameterized production** is a production that takes parameters and returns a slightly different output based on those parameters. The following exmaples are written in a...

enhancement