Don Morrison
Don Morrison
Add any design rationale for standout differences between this (Ruby) and other libraries or the spec. From @fbogsany > I've been thinking recently about the first one, since we have...
# Overview We [recently removed runtime checks from the API and the SDK](https://github.com/open-telemetry/opentelemetry-ruby/pull/115). During the SIG meeting on October 16, 2019, we discussed the value of having a `strict` mode...
# Background While working on #144 I had to add two more arguments to an already very long list. I found it more challenging than it needed to be for...
Hello rake-pipeline team, I've been periodically coming back to this repo after discovering it a while back only to find it getting dustier and dustier. Under normal circumstances I would...
#17 was asking how to use `phone` in model validations. This would be a nice feature but it isn't on the roadmap.
It seems the data extraction from http://commondatahub.com/live/geography/country/country_dialing_codes may have had a couple of issues. There are multiple instances of countries sharing a country code. US & Canada are a good...
Just putting this idea out there: most of the gems like this use regex patterns to do the parsing of the number formats. (other forks of this gem, `global_phone`, and...
From @dkubb in #221: ".. virtus should inspect the arity of the object it's about to call. If the arity is 0, then it should not bother passing in anything....
There are situations where traditional ORMs would be difficult or unwieldy to use. Would be good to capture our ideas and provide more guidance as to how ROM can help.
You can hide AR behind ROM. Let's document that.