Maria Ines Parnisari
Maria Ines Parnisari
> However with Registry Resource Types and Modules we need to think about starting being able to query an account inside cfn-lint. +1
@wparad this helped me write a lexer: https://github.com/jneen/rouge/wiki/Adding-a-new-lexer
> This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions....
@codyaray I merged main into your branch and opened https://github.com/envoyproxy/protoc-gen-validate/pull/546. I didn't know how to push commits to your branch directly.
@mindbergh there's the obvious way of finding the physical address of the repo's owner and knocking on their door. Do you volunteer? 🤷♀️
Hey guys, what is the recommended way of getting code coverage after running `gulp-mocha`? `gulp-istanbul` doesn't work, `gulp-cover` doesn't either ([just tried it and failed](https://stackoverflow.com/questions/61181385/gulp-coverage-fails-with-error-received-a-non-vinyl-object-in-dest))
This was done in https://github.com/benchmark-action/github-action-benchmark/pull/109. This issue should be closed
@ColinEberhardt your original issue is because you forgot to set this: `github-token: ${{ secrets.GITHUB_TOKEN }}` I was able to get this action to publish a comment with the benchmarks on...
Oh. I didn't try that scenario 😅
> GitHub Actions runs benches on different machines Yep. In my project I solved this by keying the benchmark with the OS and the CPU: https://github.com/openfga/openfga/blob/21e84f2dd763eadd0ce595ff470cfc5240f7d2d7/.github/workflows/main.yaml#L47-L53