Giter VIP home page Giter VIP logo

cocum's People

Contributors

ancuse1 avatar dependabot[bot] avatar hecforga avatar

Watchers

 avatar  avatar  avatar

cocum's Issues

canGoNext diferente para cada Tab

canGoNext = { HomeTab: true, TrendigTab: true, CatalogueTab: true }

Si un container lo modifica condicionalmente, implementar un método updateCanGoNext que calcula el nuevo estado a partir de las props. Se llama desde componentWillUpdate y se utiliza nextProps.

Use Oplog in Meteor again

After deploying the db to MongoDB Atlas, Meteor started giving some errors related to the oplog tailing. It seems to be a problem with the free tier of MongoDB Atlas.

For now, instead of paying in MongoDB Atlas, I removed the MONGO_OPLOG_URL variable from package.json to disable the oplog tailing, but we should get it working again as it implies performace improvements.

Here it is the MONGO_OPLOG_URL that should work with a MongoDB Atlas non-free tier:
MONGO_OPLOG_URL='mongodb://oplogger:[email protected]:27017,cluster1-shard-00-01-dmovm.mongodb.net:27017,cluster1-shard-00-02-dmovm.mongodb.net:27017/local?ssl=true&replicaSet=Cluster1-shard-0&authSource=admin'

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.