fast icon indicating copy to clipboard operation
fast copied to clipboard

The adaptive interface system for modern web experiences.

Results 374 fast issues
Sort by recently updated
recently updated
newest added

# 🐛 Bug Report Attributes won't reflect some observable changes. ## 💻 Repro or Code Sample A class/template with something like: ``` class X { @observable a: bool = false;...

status:triage

## 🤔 Expected Behavior Bring back this: https://github.com/microsoft/fast/blob/cc5685def842e8b3e80f08be5d9304881007ce54/packages/web-components/fast-foundation/src/utilities/whitespace-filter.ts

status:triage

# 🙋 Documentation Request Documentation for the Contexts feature in FASTElement 2.0 is pretty rough. It's almost impossible to figure out how to use Contexts in an idiomatic way without...

area:fast-element
docs:example

# 🐛 Bug Report The [current implementation of `State`](https://github.com/microsoft/fast/blob/f90719882bc4caf4a7db2688e7c4477fe0b673c4/packages/web-components/fast-element/src/state/state.ts#L73) relies on patterns that are extremely likely to end up on the slow path in V8. For example, there's an early...

status:triage