Sunny Ripert
Sunny Ripert
@afuno Can you share with us one example of code that triggers this warning that you find unexpected? 🙏🏻
> The problems described above have been resolved. You can now use the newly-released v3.8.1, too.
FYI 3.9.0 has been released with #153, which _could_ be related to your issues.
Thank you for reporting this back. - For `#title`, the warning is here to encourage you to not call the method if the output has not been defined. For example...
@afuno I’ve fixed both `:errors` and `#nil?` issue. Can you try using the `main` branch and see if the only issue left on your code base are the warnings on...
Thank you for the detailed report @andrik! Indeed the `#methods` method is used by introspection tools as well. I’ve merged #159 which should fix this. Can you try again from...
Hi @afuno! Sorry to hear about those frustrations. The changes that impact you come from using a slimmed down version of a Result instead of relying on Ruby’s deprecated OpenStruct....
Hi @lifelofranco! Good call. There’s no such way to validate keys inside hashes with the current validation system. One way you could do this out of the box would be...
Another option would be to add support for contracts like the interactor-contract gem does. Is there any of these solutions you would like to try and implement @lifelofranco?
@pboling Good call! I’ve fixed the comment 👍🏻