Mark Goho
Mark Goho
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners ### What changes...
ubuntu 22 is now ubuntu-latest ### Why: Closes #22132 ### What's being changed (if available, include any code snippets, screenshots, or gifs): Changing what `ubuntu-latest` points to in the docs...
per https://gptforwork.com/guides/openai-gpt3-temperature > For transformation tasks (extraction, standardization, format conversion, grammar fixes) prefer a temperature of 0 or up to 0.3. For writing tasks, you should juice the temperature higher,...
Not everyone is familiar with the local runtime needs of Python. In order to make running this CLI locally easier, provide a devcontainer.json. This file describes a local environment and...
**Describe the bug** When finding the methods within a class, overloaded method signatures are ignored. **To Reproduce** Steps to reproduce the behavior: Create a class with a method that has...
impact: all html-based content doesn't appear on pages, e.g. https://trunkbaseddevelopment.com/feature-flags/#references-elsewhere 
angular uses 4.7, not .6
running `cucumber_booster --job 10/15 --tags 'not @flaky'` results in: `lib/test_boosters/cli_parser.rb:36:in `parse': invalid option: --tags (OptionParser::InvalidOption)`
``` bash Marks-MacBook-Pro:enroll-ui markgoho$ DEBUG=check-code-coverage npx update-badge --from apps/admin-e2e/coverage/coverage-summary.json check-code-coverage args: { _: [], '--from': 'apps/admin-e2e/coverage/coverage-summary.json' } +0ms check-code-coverage reading coverage from { filename: 'apps/admin-e2e/coverage/coverage-summary.json' } +0ms check-code-coverage reading coverage...
The token is definitely being passed in, but for whatever reason isn't being found. ``` bash Ensure coverage has not dropped 📈4s GITHUB_TOKEN: *** Run DEBUG=check-code-coverage npx set-gh-status --check-against-readme DEBUG=check-code-coverage...