Patrick Titzler

Results 181 comments of 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)? ![image](https://user-images.githubusercontent.com/13068832/185373318-127b2edb-2f0a-46d6-b565-0117faaedec5.png)

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 ![image](https://user-images.githubusercontent.com/13068832/188814000-363f2004-5b44-4f52-a986-7a88e7eb1403.png)

`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 ![image](https://user-images.githubusercontent.com/13068832/189346849-1c8d91f5-731e-4f9e-9827-b03e1a5dffdf.png) main branch output: ![image](https://user-images.githubusercontent.com/13068832/189346904-b0c2aaa1-c52a-4ed3-9a77-07135b27003c.png)