Results 34 comments of Nathan Strauser

i'm pretty sure i borrowed almost all of that file from https://github.com/bergie/passport-saml/blob/master/lib/passport-saml/saml.js - it was some time again though, so i'm not 100% sure. it looks like passport-saml version has...

it looks like the css may just need to be adjusted for mobile resolutions - you should be able to open up an inspector window in safari and make some...

not currently - icons are hardcoded https://github.com/nate-strauser/meteor-connection-banner/blob/master/client/banner.html - you could copy the package locally and alter it or use https://github.com/aldeed/meteor-template-extension to override the template (see the 'replaces' function) On Fri,...

not currently - i suppose it could be a setting

double checked the cdn loading code - looks good to me - not sure what the problem might be

can you try the official non-cdn version and see if that works? - https://atmospherejs.com/fortawesome/fontawesome i just don't think there is a problem with this package.

the package has tightly controlled publications https://github.com/nate-strauser/meteor-cart/blob/master/lib/server/publications.js which only send items attached to the userid or deviceid - the example app does have the insecure and autopublish packages still on...

you could get reactivity if you use an autorun in onRendered that would update the options in the select2 - by default, the options are read only once when the...

cucumber style tests look good, but i failed to get them working correctly for complex scenarios (lots of cross test pollution) when working with a client recently mocha is my...

can you provide the console output? just curious exactly what commands you are running.