constellation icon indicating copy to clipboard operation
constellation copied to clipboard

Extensible dev console for Meteor

Results 3 constellation issues
Sort by recently updated
recently updated
newest added

In the browser console: ```constellation_console.js?hash=330bd3efe63ae25e305c104e000a0904527646d5:1218 Uncaught TypeError: Meteor.user is not a function at constellation_console.js?hash=330bd3efe63ae25e305c104e000a0904527646d5:1218 at Computation._compute (tracker.js:308) at new Computation (tracker.js:206) at Object.Tracker.autorun (tracker.js:576) at constellation_console.js?hash=330bd3efe63ae25e305c104e000a0904527646d5:1217 at maybeReady (meteor.js?hash=857dafb4b9dff17e29ed8498a22ea5b1a3d6b41d:938) at...

Would be awesome to get a table-like view of the collections, at least for the first level fields.

When launching this in Cordova it takes up a lot of room and there doesn't seem to be a way to remove this from the UI completely (hide it). Any...