Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
Seems similar to gmail's: http://www.usatoday.com/story/tech/columnist/2014/07/06/extra-email-address-alias/12079295/.
I'm only 50% convinced that this belongs in this gem. Once the email was canonicalized, combine it with RFC validation. Maybe https://github.com/hallelujah/valid_email? This was prompted by a discussion around the...
https://github.com/hashie/hashie/pull/523
In https://github.com/dblock/strava-ruby-client/pull/23/files#r366316379 we have an issue #22 inside of a sentence. We can warn for that and tell users to make a list with a link.
For example in https://github.com/ashkan18/graphlient/pull/45/commits/dbdb6797caa64289746e958b7ce3b0bbfa5fb0b2 the developer has no idea that the changelog is missing a period.
Many changelogs have all variations of "Fix" vs. "Fixes" vs. "Fixed". Standardize on something.
Could relax semver a bit. ``` ### 0.1 [2018/1/1] ### [0.1] [2018/1/1] ## [0.2] - 2017-06-20 ```
``` ## 0.4.0 (next) ``` vs. ``` ## 0.4.0 (Next) ``` Or some other text.
Should be able to say `[@foobar]` and not `[@foobar](https://github.com/foobar)` and reference foobar as a link below as `[@foobar]: https://github.com/foobar`.