Andy Waite
Andy Waite
Hi @mheap, I'd like to use this action on a repo, but my company's security policy requires that actions are from a verified creator: https://docs.github.com/en/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-marketplace-badges#for-github-actions Would you consider setting that...
The following checks are all available via an equivalent rule in RuboCop. - RemoveTrailingWhitespaceCheck - RemoveTabCheck - HashSyntaxCheck - LongLineCheck - NotRescueExceptionCheck - UseParenthesesInMethodDefCheck What do you think about dropping...
See http://githooks.com/
The rake:notes task could be set to exit with a non-zero return value if any overdue tasks are found.
`TODO 20140601 fix me` could suggest the date refers to when the task note was added, rather than when it's due. So for clarity, perhaps use: `TODO by 20140601 fix...
See: http://andyw8-ci.heroku.com/formtastic Any ideas how to troubleshoot?
https://dry-rb.org/gems/dry-types/ WIP: https://github.com/turadg/pocket-ruby/compare/andyw8/dry-rb-gems
It seems that `VtrSendCommandToRunner` sometimes drops leading characters. For example, if I hit -l to run my last spec, instead of sending `bin/spring rspec spec/models/product.rb`it will occasionally send `n/spring rspec...
```html ``` is incorrectly formatted to ```html ``` (Without the `>` it works correctly). This causes problems for [Hotwire/Stimulus](https://stimulus.hotwired.dev/handbook/hello-stimulus) since it uses notation such as: ```html Greet ```
:wave: I'm running htmlbeautifier with VS Code via https://github.com/aliariff/vscode-erb-beautify The extension has its own configuration mirroring the flags for `htmlbeautifier`. I think it could be useful if htmlbeautifier was able...