Enrique Mingorance Cano
Enrique Mingorance Cano
problem executing https://github.com/tiagobento/kogito-online-ci/blob/59a80738fbb02be5ef705bdbf570652bf861d044/.ci/kogito-tooling-pull-request-config.yaml#L29 or ``` 2021-02-09T17:44:22.8147846Z [command]/usr/bin/yarn run init && yarn run build:prod 2021-02-09T17:44:23.4285387Z yarn run v1.22.5 2021-02-09T17:44:23.4632371Z $ npx lerna bootstrap '&&' yarn run build:prod 2021-02-09T17:45:01.3028848Z npx: installed 766...
The idea is to automatically generate a report for a set of projects, pushing the people to constantly keep CI clean and clear. - From project-dependencies information to get the...
The idea is to be able to define how the project dependencies extension will merge or overwrite the already defined dependencies.
the dependency between repositories A and B might be isolated in just one module (or a couple of modules) in the repository A. There is no need to run the...
Hi, first of all thanks for the support. We are using smee.io service/client to communicate github events with our internal Jenkins instance (nothing new here). We upgraded [smee-client npm library](https://www.npmjs.com/package/smee-client)...
After upgrading the library to version `4.0.1` there is an issue on our jest execution. - in case nothing is done or apply on our side ``` SyntaxError: Cannot use...
Since errors from DatePicker validations are just shown after bluring: - See [onTextInput](https://github.com/patternfly/patternfly-react/blob/0aff022aa701fb8974fc1887301bfd4e8bf8e732/packages/react-core/src/components/DatePicker/DatePicker.tsx#L170) - See [onInputBlur](https://github.com/patternfly/patternfly-react/blob/0aff022aa701fb8974fc1887301bfd4e8bf8e732/packages/react-core/src/components/DatePicker/DatePicker.tsx#L192) I would like to have the way for showing the validation errors during onTextInput...
**What**: Closes #11033 **Additional issues**:
**Describe the problem** In case loading property is defined this is not considered by the `@monaco-editor/react` Editor component, just FMPOV it is not passed through. **How do you reproduce the...
Hi! checking why the URL from error ¿popover? is not actually clickable, see  I define schema like ``` { uri: 'https://api.openshift.com/api/clusters_mgmt/v1/openapi#/components/schemas/Cluster', fileMatch: ['*'], } ```