Phil Haack

Results 132 comments of Phil Haack

Ok, I updated the disabled fields demo to test dynamic support for fields that are enabled/disabled. Turns out the value of `disabled` is not in the attributes collection nor in...

> We ended up not using `watch: true`. I think we should try to make this work as expected without. > > The demo would re-validate the input in `updateStatus()`...

Ok, try that out and let me know what you think.

@dahlbyk do you want to take another look or should I go ahead and merge?

I made some changes thanks to @dahlbyk's feedback. His feedback made me realize that ignoring validation on a disabled field is orthogonal to whether we update the input's current validation...

Do you use this functionality or should we just remove it? :)

The reason I'm hesitant is that most people I know turn them off because they were such a huge avenue of spam. They became spam city.

I'm running into an issue with this where I have a `compile` step that produces an output that needs to be referenced by a `build` step that runs as a...

@chrispat I assume so. Is this correct? `$GITHUB_WORKSPACE` == `/home/runner/work/my-repo/my-repo` == `/github/workspace`

Ah, so this is also true based on my experiments. `${{ runner.workspace }}` = `/home/runner/work/my-repo` `${{ github.workspace }}` = `/home/runner/work/my-repo/my-repo`