Sunny Ripert
Sunny Ripert
Since #49 the images should be fetched from Wikimedia, found on Musicbrainz, linked from LastFM. That means a lot of places where the information could be missing… so there is...
Good point. I think I’d still like the constraints here to be as light as possible and not try to handle all possible types. One way we could accept more...
@zw963 Do you want to try and implement this?
No worries, enjoy Crystal! :)
The underlying code can use a hash, but the result should continue to be able to receive methods. How are you thinking of mapping these methods to the hash?
Oh nice, that looks like a very promising way to add these methods without relying on `method_missing`, especially since we use `input` and `output` to define these methods from our...
Please have a go at it, that sounds like a good solution! 🙌🏻
@grdmnt Did you find some time to look at this? 🙏🏻
No worries! You can follow notifications on #124 if you want to follow the discussion about Openstruct specifically 👍🏻
RSpec couldn’t be able to know what methods are defined on results since these methods only make sense at the end, once it’s passed through different actors. For your example,...