Nicholas Rice
Nicholas Rice
# 🐛 Bug Report It appears the type signature for the `repeat` directive is incorrect. Specifically, the acceptance of `Expression` types. This type expression forces the `context.parent` property of the...
# 🐛 Bug Report fast-element supports rendering a component's template to the light DOM by assigning [`shadowOptions: null` when defining the component.](https://github.com/microsoft/fast/blob/master/packages/web-components/fast-element/docs/guide/working-with-shadow-dom.md#shadow-dom-configuration). There is currently no handling of this in...
# 🐛 Bug Report It appears that the output of TypeScript decorators is incompatible with JavaScript class fields. We should document that using JavaScript class fields is not currently supported,...
# Pull Request ## 📖 Description Updates to [email protected] across the project. This will allow us to use the latest TypeScript language features, including the [override](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-3.html#override-and-the---noimplicitoverride-flag) keyword and [labeled tuple...
# 🙋 Feature Request We needed to revert #6253 to satisfy publishing requirements (https://github.com/microsoft/fast/pull/6295). This issue tracks the re-implementation of that PR. Re-implementation should happen after FAST packages have been...
# 💬 RFC `@open-wc/form-control` is an open-source library designed to assist authors in writing custom-element form controls. It leverages the [ElementInternals](https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals) platform feature for form-association, and requires a [ElementInternals polyfill](https://www.npmjs.com/package/element-internals-polyfill)...
### 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 Hey! I'm investigating...
# Pull Request ## 📖 Description Enable `JSON.stringy()` for fast-controlled DOM nodes. This PR implements #6485 for fast v1. ### 🎫 Issues fixes #6812 ## 👩💻 Reviewer Notes ## 📑...
# 🐛 Bug Report https://github.com/microsoft/fast/pull/6485 implements serialization support for fast-element v2. These changes need to be back-ported to fast-element v1.
Should work with / emit SSR configuration: #5574