Joe Bottigliero

Results 11 issues of Joe Bottigliero

A more in-depth pass at #2422 implementing the functionality described in https://github.com/ember-template-lint/ember-template-lint/issues/1131.

Not sure if this exclusion is intentional or not, but it seems to be in line with other HTML entities in the allow list...

bug

- Adds core-js@3 plugin path varients to documentation.

This update allows `$regex_matches` to be passed to handler methods the same way they are called when using a class handler. For example: ``` php '/route/([page1/page2/page3])+)' => function ($page) {...

- Adds a `stylesheet.css` implementation for the Fanwood fonts (based on [League Gothic implementation](https://github.com/theleagueof/league-gothic/blob/master/webfonts/stylesheet.css)).

- Adds a `stylesheet.css` implementation for the Linden Hill fonts (based on [League Gothic implementation](https://github.com/theleagueof/league-gothic/blob/master/webfonts/stylesheet.css)).

- Adds a `stylesheet.css` implementation for the Blackout fonts (based on [League Gothic implementation](https://github.com/theleagueof/league-gothic/blob/master/webfonts/stylesheet.css)).

Node.js 10 has reached end-of-life (4/30/2021) and many upstream dependencies have formally dropped support. - Drops Node.js 10 from our test matrix. - Adds Node.js 16 to test matrix. see:...

breaking-change

From my understanding the `refresh_token` won't always be available on the token response. The actual implementation is dictated by the authorization server, but most often will only be included if...

Since the spec is now defined using JSON Schema ([1.0.0 example](https://github.com/conventional-changelog/conventional-changelog-config-spec/blob/master/versions/1.0.0/schema.json)), rather than trying to keep `README`s and the JSON in sync, we should provide a task/script for generating a...