Justin Fagnani

Results 256 issues of Justin Fagnani

enhancement
help wanted
good-first-bug
p1 - backlog

Checking in symlinks seems like a potentially tricky thing. First, tools need to make sure they understand symlinks. Tedium already has to be updated. Second, I've heard of problems with...

This is a draft PR that exists just to easily view build status, diffs, and keep GitHub from continuously suggesting that we make a PR for the 3.0 branch.

3.0

This is a bit early, since we don't have an RFC, but @rictic and I were working on it...

Previously there was no getter, so `@provide()` would always result in reading `undefined` from a decorated field. This adds a getter that delegate to an inner getter or the current...

Fixes https://github.com/lit/lit/issues/3486 When scaling to zero with FLIP you need to scale to a small number instead so that you can calculate a finite inverse transform. Luckily we can do...

* Tear off Object methods to allow them to be renamed (not sure if Terser does this though) and to eliminate a dereference at the use site. * Use logical...

3.0

This utility is important to a lot of build chain setups. @asyncliz hasn't had much time to main these and they fit well with some of our developing tools like...

Adds `SpringController` and `SpringController2D` that you can use to simulate springs that drive host updates, like so: ```ts @customElement('goo-element') export class GooElement extends LitElement { _mouse = new MouseController(this); _spring1...

cla: yes