Dane Hillard

Results 68 issues of Dane Hillard

**Expected behavior** Icons have a predictable stroke color without having to make changes. **Actual behavior** All icons except the `save` icon have a black stroke by default, but `save` has...

bug
component/icon

Typer allows passing a `default_factory` to options and arguments, which is a callable that will be used at runtime to determine the default value. [Typer sets the option's `default` on...

**Is your feature request related to a problem? Please describe.** I would like my code to be more correct at author time while working with APIs and to fail spectacularly...

✨ enhancement

**The problem** Both @open-wc/testing and @open-wc/testing-helpers have not been published with regularity in the last couple of years. Recently, they have started degrading with the rest of the ecosystem, leading...

feature request

**The problem** I don't want to get all done with a feature/bug fix and be ready to merge, only to find that I created an a11y issue with my changes....

infrastructure
status/on hold
accessibility
feature request

Component properties are fairly strongly typed, at a minimum aligning to a primitive but in some cases aligning to an enumeration of allowed values of one or more primitive types....

infrastructure
storybook

**Expected behavior** I expect the test suite to run reliably and give strong signal about whether something is functionally broken or not. **Actual behavior** The tests regularly fail, maybe 75%...

bug

> [!NOTE] > > This should likely become an [architecture decision record](https://github.com/ithaka/pharos/tree/develop/docs/architecture/decisions). **The problem** Pharos uses the shadow DOM in closed mode, which in theory isolates each component instance's DOM...

infrastructure
feature request