Rick Staa

Results 1034 comments of Rick Staa

@Gowee This issue is indeed fixed when I update the black version to `version 20.8b`.

Maybe we should put a quick note in the [README.md](https://github.com/lgeiger/black-action/blob/master/README.md) stating that the action uses the latest stable release of black. Alternativelly we can also specify a specific version in...

@dr563105 Thanks for your interest in my script. Thanks a lot for bringing this to my attention. I haven't tested the script on Mac/ ROS2 or the zsh shell. I...

@dr563105 Just a quick heads up. The Robostaxk team just released the ros-noetic desktop version. If ros-noetic contains all the packages you need, it might be the easiest way to...

@dr563105 I quickly looked at your problem and the first conclusion I found is that the `install.sh` script does not work for the zsh shell as it should install the...

@dr563105 I fixed the `dirname` issue by replacing it with a zsh equivalent. After this however other errors greeted me. I, unfortunately, do not have enough time to do a...

@dr563105 The script is a bit over-complicated on some parts since I tried to make it compatible with multiple bash and Conda version. I think there are some parts I...

@dr563105 Don't feel pressured to complete this feature, but please feel free to ask me anything if you decide you want to. I will clean up the code a bit...

@Intrepidd Thanks for reporting this. This might be due to spec changes in Git v2.35.2. Other actions I am a collaborator of also have problems. We might be able to...

I quickly looked at the issue, and it seems to be caused by https://github.blog/2022-04-12-git-security-vulnerability-announced/. People came up with multiple workarounds in the last few days to fix this issue ([this...