James Dow
James Dow
I started to implement this a while back but got distracted with some other things. Basically, one pain point I've heard from users is they aren't sure what all the...
I want to consider removing `` from the spec's tooltip template I've created. Not every tooltip requires list items, and it might be more logical without it. https://github.com/carbon-design-system/devtools/blob/master/App/inject/components/Tooltip/index.js#L146-L170
I've done a lot to clean this up already where the code just kept getting injected every time the page was validated, but there may be still some work still...
The `getActiveBreakpoint` utility is very similar to `activeBreakpoint` within `/Specs/Grid`. Is there enough overlap that these can be combined? I believe the use cases for them are slightly different, but...
So I'm doing some stuff that's probably not the greatest to do to prevent accordions' clicks bubbling to the top. Ideally the react component in Carbon would allow for a...
With all of the looping, and event listeners in this extension, it's very easy to see how a memory leak can be applied. I need to go in and do...
So I added a setTimeout to position the overflow menu for settings. Something is off here, and this should be looked into more closely either within this codebase, or Carbon....
Not exactly a problem with this codebase, but `@carbon/grid` doesn't build an `/es` directory like many of the other element packages. Adding this to this board as a reminder to...
The vast majority of our users are English speaking, but that may also be because we only offer English. With IBM being a global company, do we need to consider...
If we can build a web crawler to validate and report back we can provide some major value to the carbon teams. We've already built a web crawler, but the...