Brent Swisher
Brent Swisher
**Expected behavior** The unit tests would fail when invalid assertions are made about the errors being thrown **Actual behavior** The unit tests pass, even when making invalid assertions about the...
**The problem** There are several instances where having more complex data than just plain text would be useful in a table component, but that currently isn't possible with the way...
**The problem** When viewing a large data set in a pharos table, it would be nice to be able to click the headings and have the table resort it based...
**The problem** The table is set up in such a way that filtering the data displayed is possible using components outside of the table. While this functionality exists, it isn't...
**The problem** We are using [@ithaka/focus-trap](https://github.com/ithaka/focus-trap) which is an out of date fork of a no longer maintained package to provide focus trapping for accessibility purposes. This package calls `document`...
**The problem** Currently, our main san-serif font, GT America Standard is available only in the following weights and variants: - Weight `400` which serves `GT-America-Standard-Regular` - Weight `700` which serves...
**Expected behavior** When I commit changes to svg file to the project, the pre-commit hooks that run properly lint it using svglint. **Actual behavior** Linting of svg files does not...
**Expected behavior** The header always stays sticky when scrolling vertically if `hasStickyHeader` is set to `true` **Actual behavior** The header will revert to its default relative positioning and not scroll...
Our organization uses Zod in several micro-frontends that share resources via [module federation](https://module-federation.io/). After recently updating Zod to the latest version in one of the micro-frontends I'm seeing this warning...
**The problem** The [toggle-button-group](https://pharos.jstor.org/storybook/?path=/docs/web-components_components-toggle-button-group--docs) component allows for selecting one option out of many, similar to a radio button group. But sometimes I want to toggle the state of one single...