JetSetter 1.0 - a visual abstraction for managing Meteor sessions

"What did I call that Session variable? Did it’s value just change? "

Now you can stop wondering: get JetSetter to visualize all your session variables and edit them with just a click!

Details:

12 Likes

The future of web development; msavin panels everywhere. Great package!

Muahahah. Only possible on Meteor :slight_smile:

Look great, very thanks for your package.

1 Like

Best thing I’ve read all day:

lol, just used jetsetter and discovered that i had 50 session keys i was using that should have been a reactivedict
instant value!!
so handy
much insight

Tried using jetsetter but i got this error:

Cannot read property 'setSubscriptionKeys' of undefined;

Should I post this as an issue or is this just something on my end

I heard it before but can’t reproduce. Can you submit an issue with your packages and issue?

Just for anyone having the same issue, I’ve posted the issue on github and got an answer there.
My mongol version didn’t update automatically so I had to remove and add mongol and then it worked.

Btw, do I need to remove mongol and jetsetter before deployment?

I believe @msavin built these as ‘debug’ packages, so they are automatically ignored when deployed.

I typed meteor add meteortoys:allthings Thank you!

@spicemix make sure you update, I just launched the new version with the latest packages. That one was behind significantly. :slight_smile:

1 Like

There is this error coming -
I20151222-11:59:35.926(5.5)? Exception while invoking method ‘Mongol_verifyDoc’ ReferenceError: Match is not defined
I20151222-11:59:35.928(5.5)? at [object Object].Meteor.(anonymous function).Mongol_verifyDoc (packages/msavin_jetsetter/server/main.js:1:1)
I20151222-11:59:35.928(5.5)? at maybeAuditArgumentChecks (livedata_server.js:1698:12)
I20151222-11:59:35.928(5.5)? at livedata_server.js:708:19
I20151222-11:59:35.928(5.5)? at [object Object]..extend.withValue (packages/meteor/dynamics_nodejs.js:56:1)
I20151222-11:59:35.928(5.5)? at livedata_server.js:706:40
I20151222-11:59:35.929(5.5)? at [object Object].
.extend.withValue (packages/meteor/dynamics_nodejs.js:56:1)
I20151222-11:59:35.929(5.5)? at livedata_server.js:704:46
I20151222-11:59:35.929(5.5)? at tryCallTwo (C:\Users\Akshat\AppData\Local.meteor\packages\promise\0.5.1\npm\node_modules\meteor-promise\node_modules\promise\lib\core.js:45:5)
I20151222-11:59:35.929(5.5)? at doResolve (C:\Users\Akshat\AppData\Local.meteor\packages\promise\0.5.1\npm\node_modules\meteor-promise\node_modules\promise\lib\core.js:171:13)
I20151222-11:59:35.929(5.5)? at new Promise (C:\Users\Akshat\AppData\Local.meteor\packages\promise\0.5.1\npm\node_modules\meteor-promise\node_modules\promise\lib\core.js:65:3)

Packages installed -
.

meteor-base # Packages every Meteor app needs to have
mobile-experience # Packages for a great mobile UX
mongo # The database Meteor supports right now
blaze-html-templates # Compile .html files into Meteor Blaze views
session # Client-side reactive dictionary for your app
jquery # Helpful client-side library
tracker # Meteor’s client-side reactive programming library

es5-shim # ECMAScript 5 compatibility for older browsers.
ecmascript # Enable ECMAScript2015+ syntax in app code

seba:minifiers-autoprefixer
fourseven:scss
kadira:flow-router
kadira:blaze-layout
erasaur:meteor-lodash
stolinski:stylus-multi
fortawesome:fontawesome
spiderable
fastclick
raix:handlebar-helpers
aldeed:collection2
aldeed:autoform
accounts-ui
accounts-password
matb33:bootstrap-glyphicons
msavin:jetsetter
zimme:active-route
gwendall:auth-client-callbacks
accounts-twitter
accounts-facebook
accounts-google
service-configuration

Kindly help!!

Will look into it - got another report of this, its puzzling how things stop working sometimes. Can you please confirm your Meteor version?

Thank you for replying.
Its version 1.2.1

1 Like

So, I have atleast figured that it is the conflict between seba:minifiers-autoprefixer and msavin:jetsetter. But only you can figure that out what is the conflict.
Thanks.

I have the exact same problem with 1.2.1