James Talton

Results 10 issues of James Talton

**Describe the problem** ACM is using the select component with an inlineFilter and async loading of the SelectOptions: https://github.com/patternfly-labs/react-form-wizard/blob/main/src/inputs/WizAsyncSelect.tsx Between @patternfly/react-core 4.221.3 and 4.224.1 the component broke because the SelectOptions...

bug
obsolete in pf5

##### SUMMARY Enhance the dashboard job summary endpoint to contain `canceled` and `error` job counts. Jobs have 4 completion states `successful`, `failed`, `canceled`, and `error`. The dashboard api endpoint only...

component:api
community

Several products need colors to indicate severity levels. Instead of the products each defining these separately PF should provide those colors. That way that can be used for icons, text,...

Pattern

Initial PageFormSelectExecutionEnvironment support

AWX

https://stackoverflow.com/questions/39879680/example-of-setting-webpack-public-path-at-runtime Make it so that the index.html can specify the public path ``` window.resourceBasePath = '/path/to/scripts/on/server/'; ``` Then add in the code support that. The nginx config could possible then...

PatternFly libraries should follow NPM standards for publishing dual module (CommonJS/ESModule) packages. PatternFly packages have ``` "main": "dist/js/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", ``` This is a really early format when...