Cal Smith

Results 9 issues of Cal Smith

The wording in the banner on the "Getting started" page appears to be unclear to a number of users: https://carbondesignsystem.com/get-started/develop/angular/ I know there's a number of changes in progress as...

type: docs 📖
type: discussion 💬
role: dev 🤖

unsure when this broke, but the docs aren't showing the associated docstrings (example: https://angular.carbondesignsystem.com/documentation/classes/src_icon.iconservice.html every method there is documented, and there should be a big doc block at the top)

documentation

We use `app-` prefixed components in storybook to work around limitations in storybook, we should call this out every time we use a demo component to reduce confusion. We should...

documentation
easy

Storybook supports grouping stories and creating a heirachy of stories: https://storybook.js.org/docs/basics/writing-stories/#story-hierarchy For example, we may have a `"Patterns|Filtering"` set of stories ideally we should have (at minimum) one story for...

documentation

It's been left alone for a while, and it definitely could use some love

enhancement
accessibility
component: Combobox
refactor

Reference: https://www.carbondesignsystem.com/patterns/dialog-pattern#modeless-dialogs

enhancement

/u/jtredact on reddit suggested that a comment along the lines of ``` //Inside of callback functions, "this" gets changed to the window object, // so we need to save "this"...

Is this still relevant?

Currently Render is unable to build this repo on new services as-is due to a combination of defaulting to Node v20 and the `package.json` specifying out of date packages that...