Greg Stephens
Greg Stephens
I need to customize a Navbar menu item to pass a custom id as part of a menu item and I'm not sure that I can do this with Kitchen....
I'm customizing my bootstrap views for mobile layout and would like to specify fields that are only shown in the desktop view using the bootstrap class "visible-desktop". I'd like to...
Is it possible to reference a remote database and use the remote collection within Meteor Kitchen. I'm calling the RemoteCollectionDriver in the server_startup_source file. ``` var database = new MongoInternals.RemoteCollectionDriver("mongodb://10.1.1.1:27017/mydb");...
I'd like to get my input_items from an array to implement [user theme selection](https://github.com/perak/kitchen-site/issues/290). I'm currently storing the array in a session variable: ``` var themeList = [ "amelia", "cerulean",...
Based on #3, this pull request replaces the test framework with the [Alexa Skill Test Framework](https://github.com/BrianMacIntosh/alexa-skill-test-framework) and Mocha with Istanbul.
After looking into the latest testing for Alexa skill I think it would be good to switch to [Brian MacIntosh's Alexa Skill Test Framework](https://github.com/BrianMacIntosh/alexa-skill-test-framework). This is referenced in a recent...
It would be nice to add persistence adapter support. I'm doing this now and can create a pull request when I'm done if this is of interest. Save user profile...
/users view is now displayed as a table with first & last name as well as View, Edit and Delete buttons.
Changed route /home to /
When deleting a user, the following Tracker error shows up in the console: ``` Exception from Tracker recompute function: debug.js:41 TypeError: Cannot read property 'profile' of undefined at singleComposer (single.jsx:13)...