Results 1 issues of marc-at

Sequelize now recommends using operators, which are javascript Symbols. http://docs.sequelizejs.com/manual/tutorial/querying.html#operators-security This causes a problem, because Symbols are ignored by JSON.stringify and Object.keys. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol This cache implementation uses CircularJSON to generate...