mdh
mdh
Wanted to ask if you would be open to something like this? I saw some precedent in the file but wasn't sure if this was a pattern you wanted to...
With the upcoming release of 6.0.0 would it make sense to set the default implementation for new rule sets to use bzlmod by default? Could we at least consider showing...
### Should this be an RFC? - [X] This is not a substantial change ### Which package is this a feature request for? Other/unknown (please mention in description) ### Description...
### What is affected? Accessibility, Component ### Description When trying to nest a select element inside of a dialog the drop-down doesn’t overflow the dialog as expected on iOS. Here...
There is currently a Dart implementation here already https://github.com/tastejs/todomvc/tree/gh-pages/examples/vanilladart but it is at least 5 years old. This could be a nice opportunity to highlight what working with the web...
Given a web component like shown below ```js /** * my-project/my-element.js */ export class MyElement extends HTMLElement { static get observedAttributes() { return ['disabled']; } set disabled(val) { this.__disabled =...
### Should this be an RFC? - [X] This is not a substantial change ### Which package is this a feature request for? SSR (@lit-labs/ssr) ### Description As things stand...
Ran into a situation today where I was trying to figure out how to work with rendering values in a `Set` by looking at https://lit.dev/docs/templates/lists/ but was not able to...
Hi Elliot, Not sure if you are even considering feature requests for this project at all but it's actually a really nice starter kit for static sites and I was...