Dan Labrecque

Results 27 comments of Dan Labrecque

I tested with v5.0.0-1, but encountered this error: Error: Cannot find module './dist' at Function.Module._resolveFilename (module.js:489:15) at Function.Module._load (module.js:439:25) at Module.require (module.js:517:17) at require (internal/module.js:11:18) at Object. (.../node_modules/awesome-typescript-loader/index.js:1:76) ...

Switching to ts-loader worked for us.

Just to be clear, not being able to append to the parent breaks keyboard navigation. This is currently a blocker for Cost Management, since we cannot push to production.

Like you said, omitting the sort will help. However, there is a lot of recursion happening with the `selectedOptions` function. I think that's probably the underlying problem. Looking at the...

Yes, I agree that PF also has performance issues. The PF team is looking to improve the component on their end as well. However, the Cost Management settings page currently...

We've mainly been testing this page: https://console.stage.redhat.com/beta/settings/applications/cost-management With the DDF schema from: https://console.stage.redhat.com/api/cost-management/v1/settings/ I can forward the user/pwd offline

The PR below includes a link to live examples. https://patternfly-react-pr-7390.surge.sh/charts/patterns/

The chart color themes do not contain any combination of red-green. In fact, the color themes don't use red at all. If you encounter a donut chart with red &...

I understand products are using red-green, but the examples above display custom colors. I'm trying to convey that PatternFly's chart themes don't contain this red-green combination, so we cannot apply...