Aditya Bhargava
Aditya Bhargava
Sure, that sounds useful @aviflax . I'd say it would be medium difficulty, and would give you a nice tour of this codebase :)
Are you referring to the NO_CONTRACTS env var? That is the easiest way to make sure that contracts aren't running. But you can also specify your own override callback instead...
Hey all, Sorry for my late response here. @mindreframer could you update the data hash? I like that better than running the contracts twice.
No problem Roman, it is not offensive at all :) I don't work in Ruby these days, so it is a bit of overhead for me to maintain the project,...
good idea!
You would have to write this yourself. For example: ```ruby require "hashie" require "contracts" include Contracts class MashOf def self.valid? mash mash.each do |k, v| return false unless k.is_a?(String) &&...
Ouch. I don't have a great suggestion here, maybe I should have picked a different name...
seems related to https://github.com/egonSchiele/contracts.ruby/issues/244
Thank you for filing these tickets! I don't have time to fix these at the moment, but I'm happy to merge any PRs that you send over.
I can reproduce