Code Monkey home page Code Monkey logo

Comments (3)

afair avatar afair commented on September 26, 2024

I agree some of these "fixes" are odd right now. They should evolve as the project matures.

These can be turned off with a configuration option:

EmailAddress.new("[email protected]", local_fix: false).normal
=> "[email protected]"

(See the "Configuration" section on the readme. These can be set per app rather than per invocation.)

I'll leave this open to look at the next time I'm hacking in here.

from email_address.

bartoszkopinski avatar bartoszkopinski commented on September 26, 2024

@afair Thanks, local_fix should work. I think this part is causing problems:

condense multiple punctuations

raw.gsub!(/([^\p{L}\p{N}]{2,10})/) {|s| s[0] } # Stutter punctuation typo

Looks like it was meant to fix duplicated characters only.

from email_address.

afair avatar afair commented on September 26, 2024

I'm closing this issue. That line referenced above has been removed and things have progressed lately. I'm leaning towards doing less "magic fixing" by default now. Let me know if you think there are still issues. Thanks!

from email_address.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.