Robb Niznik

Results 19 issues of Robb Niznik

**Describe the bug** TypeScript is specified as a direct dependency even though it is only used for building the package (development). **Expected behavior** TypeScript is only specified as a dev...

enhancement

When specifying a string literal type with alias to a TS optional LitElement property, `web-component-analyzer` outputs the full list of possible values, in this case: `"type": "\"academic-content\" | \"add\" |...

**The problem** Webpack 5 module federation dependency sharing works best with imports from a package's root entry file. Currently to share Pharos, folks would need to list the individual components...

infrastructure
status/on hold
feature request
ithaka/pharos
BREAKING

**The problem** Within Pharos there is usage of MutationObservers and ResizeObservers that can be modularized to reuse such features more easily. **The solution** Use Lit's [reactive controllers](https://lit.dev/docs/composition/controllers/) to improve reusability...

feature request

**The problem** As various parts of the page or content are loaded via an API call, a micro frontend, or [server-side rendering](https://developers.google.com/web/updates/2019/02/rendering-on-the-web#server-rendering), we want to make sure our [web vitals](https://web.dev/vitals/)...

new component request

**The problem** As consumers look to utilize SSR in their apps (the Pharos site for example uses Gatsby which uses SSR for production builds) we should document guidelines on SSR...

feature request

**The problem** Situations can arise where a bugfix or new feature needs to be released during work towards a new major release. We should have a defined process for doing...

documentation
feature request
release activity

**Feature request** TurboSnap currently detects and evaluates [yarn and npm lockfiles](https://www.chromatic.com/docs/turbosnap#avoid-re-testing-on-changes-to-package-control-files) to avoid re-testing everything if possible. This should also be supported for projects using `pnpm`. **Proposed solution** Update [this...

needs triage

### Provide a general summary of the feature here The enhancements from #5864 have been great to support features we use from React Router. We are running into an issue...

## Summary Add `Pressable` that implements `useButton` with `elementType` to support non-RAC elements as triggers.