trailblazer-operation
trailblazer-operation copied to clipboard
added custom outputs binary state methods
Please see Issue#63
Two problems here:
- You're changing
Result
's public API! :grimacing: - The
activity
argument couplesResult
strongly toActivity
.
Why don't you simply add a module (so your behavior is optional) that monkey-patches Result
and, if called with semantic_name?
checks if signal
's :semantic
field matches? Much easier, right?
But at least you know a lot more about the Activity
API now!!! :clap: :laughing: