Ryan Faerman
Ryan Faerman
This builds on the work that was recently merged, adding argument support. I've extended it a bit, adding support for optional flags in addition to positional arguments. Given the following...
Currently, if you attempt to run `mage` from somewhere other than your project root you get an error: ``` No .go files marked with the mage build tag in this...
This prevents throwing our stack just because the `result` is `nil`.
The failure? method helps consumers of the mutations add some clarity. Sometimes after a mutation, you really just want to recover gracefully on failure and I've found myself with plenty...
### What version of gazelle are you using? 0.38.0 ### What version of rules_go are you using? 0.48.1 ### What version of Bazel are you using? ``` Bazelisk version: 1.20.0...
I'm using the DRV2605 via a breakout board from Adafruit. I already have a driver written and ready to go here https://github.com/ryanfaerman/drivers/tree/drv2605/drv2605 The contributing guidelines mentioned to create an issue...