Justin Fagnani

Results 256 issues of Justin Fagnani

The `xlink:href` attribute used to be required for `` elements in Safari, but Safari now supports the plain `href` attribute since 12.1. A rule that errors on bound namespaced attributes...

PR not for merging, at least yet. Just showing the changes needed to use Polymer and elements via npm.

We run downlevel-dts as instructed here, with: `downlevel-dts . ts3.4 && cp tsconfig.json ./ts3.4/`, but on subsequent runs this causes the ./ts3.4 folder to be read as input and then...

If a constructor returns a value other than `this`, then in subclasses `super()` calls to that constructor should use the result as `this` in the subclass constructor. This is specified...

ES6
new test

It'd be really convenient if the Koa types were distributed with the koa package rather than requiring a separate install of `@types/koa`. I see that requests for a TypeScript rewrite...

typescript

# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/codesandbox/codesandbox-client/blob/master/CONTRIBUTING.md) for this project. - [x] I agree to follow the [Code of Conduct](https://github.com/codesandbox/codesandbox-client/blob/master/CODE_OF_CONDUCT.md) that this...

🎒 Bundler

It seems like css-doodle.js is packaged as UMD. While this is a good idea for a long time, I think the utility has passed, since all current browsers support modules...

First, this is a great library! - it's the best organized and documented highlighter in JS I've found. I've been in need of a pure JS modules highlighter, so I...

We use sw-precache in a gulp-like pipeline, and it's be nice to just provide the files directly.