Justin Fagnani

Results 256 issues of Justin Fagnani

Request handlers can only take a HttpRequest as its single parameter. Many applications will need to add state to the request as it is processed by filters for use in...

It seems like it might a good idea to use a standard URI template syntax rather than one of the many ad-hoc syntaxes, including route's UriPattern. http://tools.ietf.org/html/rfc6570 The spec is...

Taking list items as individual items is a pretty awkward API that people are using as an example of why web components have a bad API. It's a poor argument...

Addresses #33 I took a crack at upgrading, but I really don't know Webpack well, so I got stuck in a few places. Opening this PR in case a few...

`parse()` and `parseFragment()` use different spec-compliant parsing algorithms. To debug fragment parsing and differences between the two algorithms, it would be great to include a "fragment parsing" option to parse5.

feature request

I'm seeing type errors that expressions are not assignable to MetaNode for calls to `cloneNode()`. I know there have been a lot of compiler API changes since 4.7.

I think we want to avoid naming class like this since the ideal is that a single class can be a base class, interface or mixin.

Fixes #4636 This adds a `math` template tag to enable writing MathML fragment templates, just like how we have the `svg` template tag for SVG fragment templates. The change adds...

### Should this be an RFC? - [X] This is not a substantial change ### Which package is this a feature request for? Lit Core (lit / lit-html / lit-element...