Craig Harshbarger

Results 28 issues of Craig Harshbarger

When no tags are shown provide a way to say '+4 _things_'

low

# Issue Since mapper.map automatically maps over arrays we're unable to create maps that take the entire array as a source. Which means we cannot write mappers to convert an...

UI

# Description There's a couple of poor UX issues around schema default values. 1. Default values as placeholders in the SchemaForm I think it would be a better user experience...

priority:medium

# Description "NotReady" is a named state of "Pending" which needs to be in the StateSelect. This will work same as the "Late" named "Scheduled" state. ![image](https://user-images.githubusercontent.com/6200442/185667882-a5b6a841-7313-4093-beb4-36cce3375a0d.png) ![image](https://user-images.githubusercontent.com/6200442/185667902-9ddf3393-1a86-4422-a3e3-42c4da1c13d4.png)

priority:medium
needs:product feedback

# Description Both blocks and deployment parameters both generate forms based on open api compliant schemas. Parameters also supports schema features already that blocks need to support (unions for example)....

The logs, task runs, and sub flow runs tabs will never have any data in them if the flow run being viewed is scheduled. I we could think have a...

needs:design

This component was a good proof of concept but it has at least one glaring shortcoming. It subscribes to the flow. Which means if the component is recycled and the...

I have the following settings added to my workspace `.vscode/settings.json` ``` "typescript.tsdk": "node_modules/typescript/lib", "typescript.preferences.importModuleSpecifier": "non-relative", "typescript.preferences.importModuleSpecifierEnding": "minimal", "typescript.preferences.quoteStyle": "single", "typescript.preferences.autoImportFileExcludePatterns": [ "@vue/reactivity", "@vue/runtime-dom", "./dist", "./src/index.ts" ], ``` And in a...