Code Monkey home page Code Monkey logo

Comments (4)

aldeed avatar aldeed commented on May 18, 2024

That's an issue with string.js. There looks to be a backlog of open issues here. If this is not one of them, you should submit this issue on that repo.

I think that's used only for inflecting labels, so you should be able to work around this issue by explicitly defining a label for every schema field.

from meteor-simple-schema.

zliw avatar zliw commented on May 18, 2024

Unfortunately defining labels will not circumvent the behavior, as the code in question is executed always, when including string.js.

By trial and error I found out, that Firebug is involved. Somehow it seems, I accidentally activated an option to break on exceptions (i can't even find it again). But fortunately resetting firebug options to defaults solves the issue.

Having looked at the code in question, I assume it tries to gather all native string functions by calling them once on a test string. If they raise any exception, the function is not copied to the new prototype being used as string replacement. I suppose this approach is a compromise to support the panopticon of browsers out there. I guess it wouldn't benefit anyone to start a discussion based on a seldomly used (and not intended) firebug configuration.

Sorry to have bothered you with this, but I didn't know string.js before and assumed it to be part of your project.

from meteor-simple-schema.

aldeed avatar aldeed commented on May 18, 2024

No problem.

from meteor-simple-schema.

darkship avatar darkship commented on May 18, 2024

I was going sick of this error...

For those who didn't find it, you will find infos at https://getfirebug.com/wiki/index.php/Break_On_...
(I had the "Break On All Errors" on)

from meteor-simple-schema.

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.