Unai Martinez-Corral

Results 593 comments of Unai Martinez-Corral

Maybe `uses: ${{ github.action_path }}/with-post-step`? (I did not try it)

@jessehouwing see https://github.com/github/feedback/discussions/9049 (via https://github.com/hdl/containers/issues/48).

@fabasoad, according to the bio (https://github.com/ethomson) he does not work for GitHub anymore. You might want to ping/ask @chrispat and/or @TingluoHuang.

> It's the same as the action shared by @antoineco but doesn't require a public action - some companies have restrictions on public actions. For completeness, they can copy the...

@MewX you might find the code of https://github.com/pyTooling/Actions/tree/main/releaser interesting.

@proppy I'm not fond of having CI create PRs automatically, because it needs write permissions and that's cumbersome to handle with regard to contributors/forks. Hence, I would recommend to add...

Regarding the horizontal layout, I wonder whether the width of the main body and the asides can be adjusted. Such modification would be independent from having a sidebar, but I...

@apreshill, thanks a lot for letting us know. Those updates in v0.9 are awesome! Do we need to change anything in our config or build procedure for placing the TOC...

The usage of that script is unrelated to the version of QEMU (the binaries) that are registered. The versions of QEMU that are used can be seen in https://github.com/dbhi/qus/blob/main/cli/config.yml. So,...

You are correct. ARCH is expected to be set, and there is no feedback about it. In CI, it is set as https://github.com/im-tomu/fomu-toolchain/blob/master/.github/workflows/update.yml#L66-L70. I think it'd be desirable to enhance...