Elliott Marquez

Results 115 comments of Elliott Marquez

There is actually no padding. Will raise an issue with design

These are parameters that have been calculated by the design team to still be within spec and modifiable and be considered "material". It also unifies the knobs on our implementations...

Internally we have a set of tokens called Google Material which is Google's brand. Material itself is white labeled. Google products are generally expected to follow Google Material spec except...

Hello, I'm not the maintainer on this element, but it seems as if this is a bug with Safari that seems to have been fixed in Technology preview.

@samuelli I have control over the API key and don't know who owns it.

I'd be happy to do so, but I still have to go over a tech design review with some people on the team first.

I've pinned down the issue. I've worked on a fix (just add `|| el.isConnected` to the line defining `isMounted`), but I'm having trouble running the tests to verify I haven't...

They're also good to prevent spots where anti-patterns may arise like memory leaks from element references due to listeners or when I was speaking to a community member about the...

Coming back to this because of the frustration the following pattern gives me: ```ts @customElement('my-element') class MyElement extends LitElement { private boundOnClick = (_e: MouseEvent) => {}; // hopefully some...

That looks super great! Though looking at my original suggestion, maybe this is the wrong way to go about it. Like it's useful to know which are undefined, but what...