Rick Staa
Rick Staa
@bakoontz2 did you try changing the docker alpine version as explained in https://github.com/rickstaa/action-create-tag/issues/10#issuecomment-1103101447? Nonetheless, my preference still goes to temporary fixing the git version till the Github team fixes the...
Great! If you want to test a solution you can use https://github.com/rickstaa/action-test-repo/tree/test/action-create-tag for testing PR found in this repo (see https://github.com/rickstaa/action-test-repo/pull/67).
@bakoontz2 I tried pinning the GitHub version to fix this issue (see #12). I, however, was not able to create a working docker in the short amount of time I...
I applied #11 to the main branch please test it out. 🚀
@bakoontz2 and @Kobzol, thanks a lot for letting me know! The fix should also work with `checkout@v2`. I added `checkout@v3` to the README to be sure people do not get...
Also encountering this issue when using [commitizen](https://github.com/commitizen/cz-cli). A workaround that works for [commitizen](https://github.com/commitizen/cz-cli) is to use a [.czrc](https://github.com/commitizen/cz-cli#making-your-repo-commitizen-friendly) config file. This, however, has to be fixed since other packages that...
I currently also do not have the time to implement this feature myself, but I think a TSDOC extension would very helpful. Just a note for when this gets implemented....
Maybe not the most elegant solution but I currently use the following workaround for displaying both the actor and critic of the [SAC](https://arxiv.org/abs/1801.01290) architecture in one graph plot: ### Work...
I experience the same problem when using the Vim extension with the debug variable filter feature. See [here the original issue I posted on the vscode github](https://github.com/microsoft/vscode/issues/106632).
@J-Fields Do you maybe have an update on this issue? I temporary disabled the plugin becuase of this bug. Thanks a lot in advance.