Brad Parham
Brad Parham
I've got my eyes on this one, since I'd love to be able to "natively" choose the output device in higher level libraries like Tone.js without needing to go through...
I think in theory we only need universal apps if the user doesn't know what they need to download, but when we are querying for updates, we know the user's...
The "not understandable" reference was to existing code and variable naming, which you (rightly) continued to follow, not a comment on your code specifically. I'm just looking for the code...
with macos CI minutes 10x the cost of linux CI minutes, the idea of waiting on hour on linux vs waiting an hour on macos sounds nice. There are several...
There is also a `--webhook` parameter in the `notarytool submit` command that could be taken advantage of here too. This makes triggering the followup job potentially easier, but access to...
Hey all, is this still on the table or being worked by anyone? I'd also love to see some percussion kits added as soundfonts so we can take advantage of...
Perhaps the design discussions belong here instead. I just commented over on the PR with a question about whether it would work to instead support specifying a `pull: true/false` option...
without doing any of the coding, my hunch tells me that doing it that way would bypass the ["which exceptions to handle"](https://github.com/actions/runner/pull/800#issuecomment-743340708) issue entirely.
Yeah, that sounds a bit more complicated now that you mention it. Perhaps https://github.com/actions/runner/pull/694/ can provide some insight on adding the new option though?
Would it be more versatile to instead add an option to `jobs.[job-id].container` to skip the pull altogether rather than pull if it doesn't exist? something like ``` jobs: my_job: container:...