Daniele E. Domenichelli
Daniele E. Domenichelli
Perhaps something like this? ```yml uses: nick-invision/retry@v2 with: timeout_minutes: 10 max_attempts: 3 includes-script: [ "command", script.py ] ``` This should expand to ```yml uses: nick-invision/retry@v2 with: timeout_minutes: 10 max_attempts: 3...
Another action that might benefit from this: https://github.com/marketplace/actions/github-script GitHubGitHub Script - GitHub MarketplaceRun simple scripts using the GitHub client
I can confirm the problem is still present in v0.12.1, but the message is now "You don't appear to be in a directory of a supported vcs project."
:+1: Unfortunately we are dealing with lazy researchers who ignore this kind of issues, therefore `EXPORT_ALL_SYMBOLS` is the quick and dirty way to achieve the same result. :stuck_out_tongue_closed_eyes:
Technically, this is correct, but [`GENERATOR_IS_MULTI_CONFIG`](https://cmake.org/cmake/help/v3.9/prop_gbl/GENERATOR_IS_MULTI_CONFIG.html) is available only on CMake 3.9 or later, and this project still allows CMake 3.5 I'm in favour of porting this to CMake 3.12...
While I'm in favour of suggesting this, I think there might be a reason for having it in some cases, for example, if your code uses some [c++ deprecated features,...
Same issue in [my repository](https://github.com/robotology/ycm/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Aweekly-digest+) It stopped for 2 weeks in march, then there was one more run, and then it stopped again, and at the moment it's still not...
Thank you! Looking forward to v2.0.0 then! :smiley:
just for reference, `camCalibWithPose` is an ugly hack and should be re-architectured
I ~~wrote it~~ took the `camCalib` and added stuff inside in order to avoid an extra module, therefore I'm allowed to be disgusted! Actually I wasn't alone though but I'll...