Jesse Attas

Results 8 comments of Jesse Attas

Applying these two workarounds helped me get past this error: 1. Add a `beachball.conf.js` that sets `branch` to the name of my mainline (e.g. `origin/main`). This prevents `workspace-tools` from trying...

Agreed, the [docs for VS Code settings](https://code.visualstudio.com/docs/getstarted/settings) indicate that `vscode/settings.json` can be used for sharing settings between users and [the VS Code team uses that approach](https://stackoverflow.com/questions/32964920/should-i-commit-the-vscode-folder-to-source-control), so writing user-specific content...

**Possible workaround**: if the component is added to the dialog when the dialog is already open, the popups correctly appear in front of the dialog. You can see this in...

I'm really excited about the builder pattern for templates. We've needed to extend `fast-foundation` templates by adding extra DOM elements for a few components. The only options have been sub-optimal:...

@chrisdholt this issue was filed over the end-of-year break so may have fallen off your radar. Do you have thoughts on whether a menu-button is something FAST would provide (and...

Thanks for the idea @juanca! I verified that I can use environment plugin in our karma-webpack config and it has a similar effect as the workaround I listed in the...

Some context for you @alejandro5042: this idea is coming out of our docs working group. I plan to start trying to build it over the next few weeks but want...

> Q: Who looks at this data, when do we look at it, and what will we do with it? I can see two use cases: 1. Content authors (and...