Rick Staa
Rick Staa
I just noticed that the `reset_model` behaviour differs when using the [ODE](https://www.ode.org/) physics and [DART](https://dartsim.github.io/) Physics engines. The model position is reset in the ODE physics engine, where the model...
I'm not sure if this is an issue with Gazebo, the ODE physics engine or a bug in my code, so please let me know if I'm posting this in...
I currently use a GitHub action that checks whether [the following action](https://github.com/reviewdog/action-flake8/actions/runs/420532725/workflow) still works inside the Linux, Mac and Windows runners. This action works fine when it is run with...
I just noticed that the [create-release action](https://github.com/actions/create-release) is no longer being maintained by the Github team. I did not run into errors yet on the Reviewdog actions I support, other...
As explained in #848 when the `--fail-on-error` flag is enabled Reviewdog now fails when it finds any results from linters regardless of the diagnostic level (error/warning/info/diagnostics). This behaviour is not...
Currently, ReviewDog exits with a `1` exit code both when it receives an error of a linter and when the user inputs a wrong input argument. I think it would...
A simple dashboard that lists the top issues/bugs/features and pull requests. ## Top issues 1. #1 :+1:`287` 2. #1471 :+1:`114` 3. #4658 :+1:`71` 4. #4666 :+1:`50` 5. #654 :+1:`20` 6....
**Is your feature request related to a problem? Please describe.** Although I know it is possible to filter top issues using GitHub's reaction filter, I think displaying them in a...
**Describe the bug** The current language and stats card results are incorrect for users with more than 100 repositories (see https://docs.github.com/en/graphql/overview/resource-limitations). This is because we are currently only fetching the...
This PR makes sure that the theme-preview action only runs when a theme was added or changed.