Patrick Titzler
Patrick Titzler
That'll work if you put the relevant information in the PR description to provide reviewers with the context they need. Our change logs/release notes are created using PR information, so...
Did some more digging but haven't been able to identify a straightforward solution that would support providing a unique run id without loosing the benefits of node output caching. Since...
Not specific to RJSF migration but since the PR already modifies `canvas_properties_template.jinja2`, can we add descriptions for the [`inputs`](https://github.com/elyra-ai/elyra/blob/4da8264406871c71aa08c4d416a206fc9299361e/elyra/templates/components/canvas_properties_template.jinja2#L22) and [`outputs`](https://github.com/elyra-ai/elyra/blob/4da8264406871c71aa08c4d416a206fc9299361e/elyra/templates/components/canvas_properties_template.jinja2#L34) headers like we already have for [`additional properties`](https://github.com/elyra-ai/elyra/blob/4da8264406871c71aa08c4d416a206fc9299361e/elyra/templates/components/canvas_properties_template.jinja2#L49)? 
Re-assigned to 3.12 milestone since the enhancements that users would benefit from (e.g. https://github.com/elyra-ai/elyra/issues/2738, https://github.com/elyra-ai/elyra/issues/2750) won't be ready before cut-off according to https://github.com/elyra-ai/elyra/issues/2738#issuecomment-1219676250
A few things I didn't see listed in the todo list in the official list. ### Pipeline properties - Heading font size is smaller than text font size (see "Pipeline...
> > * Heading font size is smaller than text font size (see "Pipeline Runtime" vs "Kubeflow Pipelines") > > Fixed Heading font size is still 12px vs text font...
@kiersten-stokes is this ready for testing or still in wip? https://github.com/elyra-ai/elyra/pull/2767 indicates that this PR will take care of it 
`make install` in a clean environment fails due to linting issues: ``` yarn eslint --max-warnings=0 yarn run v1.22.4 $ eslint . --fix --ignore-path .gitignore --ext .ts,.tsx,.js --max-warnings=0 /Users/patti/elyra_dev2/martha-rjsf/elyra/packages/pipeline-editor/src/PipelineEditorWidget.tsx 306:28 warning...
@kiersten-stokes: overall file input looks good but I managed to break this scenario: - choose an input property that has a default value defined (e.g. for bashoperator use `output_encoding`, which...
> > tool tips for custom components aren't displayed properly > > Fixed @marthacryan now no properties are displayed  main branch output: 