- Bugfix
- Feature
- Code style update (formatting, renaming)
- Refactoring (no functional changes)
- Build related changes
- Documentation content changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { background: #222; color: #e6e6e6; } | |
| a { color: #949494; } | |
| a:link, a:visited { color: #949494; } | |
| a:hover, a:active, a:focus { color: #c7c7c7; } | |
| hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:shared_preferences/shared_preferences.dart'; | |
| /** | |
| * This Class was developed by Singleton pattern | |
| * | |
| * The recommended use is: | |
| * * init on main function before runApp | |
| */ | |
| class UserPreferences { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # This way you can customize which branches should be skipped when | |
| # prepending commit message. | |
| if [ -z "$BRANCHES_TO_SKIP" ]; then | |
| BRANCHES_TO_SKIP=(master develop test) | |
| fi | |
| BRANCH_NAME=$(git symbolic-ref --short HEAD) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2020-09-01T15:55:01.681Z","extensionVersion":"v3.4.3"} |
Superpowers is a complete software development workflow for coding agents. It provides composable "skills" that guide the agent through brainstorming, planning, TDD, debugging, code review, and more. Instead of jumping straight into code, the agent steps back, asks what you're really trying to do, and follows disciplined workflows.
- Cursor IDE installed
- Git installed