JetSetter icon indicating copy to clipboard operation
JetSetter copied to clipboard

Visual Get/Set Tool for Meteor Session Variables

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

On Meteor `1.8.1 `and JetSetter `1.5.2` I have one particular app where JetSetter is showing a blank window with the cursor stuck far over to the right. I'm unable to...

Example: ``` var apiKey = [you'll need to use yours to repro: https://secure.mashery.com/login/edmunds.mashery.com/]; var apiEndPoint = "https://api.edmunds.com/api/vehicle/v2/makes?fmt=json&api_key=" + apiKey; Meteor.http.get(apiEndPoint, function(error, result) { if (!error && result.statusCode === 200) {...

So I'm building a large app. Lots of collections and lots of sessions. These days I only need to actively monitor a handful of them. I know that Mongol allows...

enhancement