Justin Fagnani

Results 256 issues of Justin Fagnani

readable-stream is on versions 4.x now. 2.x gets duplicated against newer versions and includes unneeded legacy dependencies like `isarray`.

Types on DefinitelyTyped can easily be wrong or get stale, as shown by a few issues here that are really about the DefinitelyTyped package. Could this project publish official, up-to-date...

This [Svelte issue](https://github.com/sveltejs/svelte/issues/4838) came across my desk today and I think we should have a test that covers this kind of thing. The test would check that if a framework...

With the number of frameworks and the height of each framework's section, the home page is quite long now. Also, the alphabetical sorting doesn't surface the frameworks that people are...

Type: Enhancement

Right now primitive values are allowed to be set as either an attribute or a property. Since properties and attributes are two separate APIs, custom elements could require that a...

Additional Tests

We may want to add changesets to this repo to generate version numbers and changelogs.

Focus Area: Standards & Polyfills
Type: Maintenance
wontfix
Needs Discussion

## Constructible Stylesheets We want to support and API as close as possible to native Constructible Stylesheets, so that this works: ```js const s = new CSSStyleSheet(); s.replaceSync(':host { display:...

Type: Feature
Severity: High
Focus Area: Standards & Polyfills
Package: shadycss
wontfix

This is a truly awesome list! But it might a bit on the long side. I wonder if it would useful to organize it into levels of importance. For instance,...

For catalogs we'll want to display icons for packages and elements. I'm not sure what formats are best to use - we should probably look to PWA and extension manifest...

Fixes #76 InterfaceDeclaration is very similar to ClassDeclaration but doesn't imply a constructor and replaces `superclass` and `mixins` with `supertypes`.