Mike Turley
Mike Turley
Currently, PatternFly apps need to add base CSS to ensure the page component will properly take 100% of the browser height. A question came up with regard to why this...
Based on the usage [here on the Add page](https://github.com/openshift/console/blob/master/frontend/packages/dev-console/src/components/add/AddPage.tsx#L18-L56) and [here on the Pipelines page](https://github.com/openshift/console/blob/master/frontend/packages/pipelines-plugin/src/components/pipelines/PipelineTabbedPage.tsx#L68-L90), these two components allow a plugin to provide pages which require a namespace/project to be...
Resolves #116 In addition to `start` being incorrectly used in the README instead of `start:dev`, the README was still describing the use of `yarn` even though the repo switched to...
See https://github.com/patternfly/patternfly-react-seed/pull/150 for context. We need to wait for https://github.com/storybookjs/storybook/issues/14119 to be resolved, and then upgrade to the latest release of Storybook once that fix is released. When running `npm...
The {{> paypalCreditCardForm}} template provided contains a hard-coded element for the card's expiration year. There are options for years 2013 through 2019, but no further, and they are static. As...
In https://github.com/konveyor/forklift-ui we're attempting to use the [npm workspaces](https://docs.npmjs.com/cli/v8/using-npm/workspaces) feature (new since npm v7) to manage our monorepo in the style of lerna / yarn workspaces but with simplified tooling....
Hi! Sorry if this is a dumb question or the wrong place to ask it. But I have made a TWRP-style backup of my device using tetherback and I see...
I'm seeing some odd behavior here. For context, I'm using a USB port replicator with DisplayLink drivers to use my mac on two external monitors and the built-in laptop screen...
Have you put any time into figuring out how to get the SwitchBerry's joycon rails connected to USB power? I would love to have my SwitchBerry charge my joycons. I...
I have been seeing this warning appear in the dev server log when working on https://github.com/patternfly/patternfly-react/pull/6168:  I didn't think much of it...