Christopher Joel

Results 223 comments of Christopher Joel

First, I would like to apologize on behalf of the team for the un-announced regression of functionality from `core-selector` 0.5 -> `iron-selector` 1.0. We should have done a better job...

It is still not decided if `iron-selector` should support this style of nested items.

Please re-open this issue with a JSBin demonstrating the problem! For more details on filing issues, you can refer to our [contributing guidelines](../blob/master/CONTRIBUTING.md).

@notwaldorf @patrinhani-ciandt Is the problem that `paper-button` and `paper-fab` have different elevation values for the same states? If so, it may work to define some enumeration of elevation states, and...

Hey @esurface it seems unlikely that there will be significant changes to this component moving forward. It is possible that the issue could be taken up by someone in the...

Ditto, I would also like to be able to do this for automatic configuration of the k8s operator.

This is possibly better suited to its own issue, but: what about giving the components access to the 11ty data cascade? Is that already supported, or else would you consider...

Since posting this, I have managed to pipe 11ty data into a Lit component such that the plugin can render a static template.

@bennypowers for passing 11ty data into components? [I followed the recommenation the docs](https://github.com/lit/lit/tree/main/packages/labs/eleventy-plugin-lit#passing-data-to-components). At template render time, I serialized data to JSON and set it as an attribute value, for...

@bennypowers I don't know if I understand your question correctly. But, you can certainly modify the data in your template language before passing it in so that it is formatted...