Brennan Kinney
Brennan Kinney
### Checklist - [X] I am using the latest version of this action. - [X] I have read the latest README and followed the instructions. - [X] I have read...
`dest()` > Accepts a path which the files will be downloaded to. `run()` > Runs the search for the binary. If no binary is found it will download the file...
Presently results in a warning about breakage on node v14 installs. ``` warning gatsby > babel-plugin-add-module-exports > [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with...
Adds a troubleshooting section for users to learn about `pull_request` workflow gotcha and an example of how to get it setup. Includes information on features that presently are unsupported for...
For secure workflow as Github officially advises, a `pull_request` event should perform a build for untrusted code and then make that available to a `workflow_run` triggered workflow when secrets are...
To get this action to work with non-collaborator PRs I am following the advice to move job steps that require secrets into a separate `workflow_run` workflow. I am providing the...
I'm aware you have AppImage packaged. It has some drawbacks afaik. With the app stores for more casual users seeming to favour Flatpak, Flatpak offering modularity in layers rather than...
I've noticed in my loop that while I can capture frames at 1ms roughly when I add some more code(SDL texture.update() + canvas.copy() + canvas.present(), vulkano code to create/upload texture...
### Official FAQ - [X] I have checked the official FAQ. ### Ventoy Version 1.0.78 ### What about latest release Yes. I have tried the latest release, but the bug...
Ideally this could be configured based on language/context given to the code block syntax (\`\`\``language`). Docs that I contribute that require tabs for their config snippets prevents adopting markdownlint otherwise....