Kit Randel

Results 15 issues of Kit Randel

Our project has been successfully using `relay-compiler-language-typescript` _without_ a single artifact directory configured, which is our preference (having the types close to where they are used makes sense to me)....

We've been using CreateUserPkg successfully for our custom OS X installs over the last year and a bit. Having odd issues in 10.9 however, such as the admin user not...

bug

My ideal markup looks something like: ```html {{ item.heading }} {{ thing.content }} ``` However, `vs-repeat` requires the `ng-repeat` to be the direct child of the first `ng-repeat`. How can...

In `maas-ui` we've been using the CRA eslint defaults (with prettier), and I must admit I haven't been missing AirBnB config. Is anyone particularly attached to these eslint rules? They...

We cut our first release of the RBAC UI today, which led me down the path of looking into how to best format changelogs. I came across [Keep a change...

In the python standards doc that just landed, we state: > Although tests are lacking on many of our existing projects, writing tests is strongly encouraged. Please write tests for...

Currently `ActionButton` and `Button` are completely distinct components. It probably makes sense however for `ActionButton` to extend `Button`.

Priority: Medium
Blocked ⛔

Initial cypress integration landed with some tests for the Accordion component. We need tests for all the other components as well!

Priority: Medium

Add storybook page for `Table`, with usage examples including `TableHeader`, `TableRow` and `TableCell`.

Feature 🎁
Priority: Medium

See: https://github.com/getsentry/sentry-javascript/pull/2759

Priority: Medium
Blocked ⛔
Enhancement ✨