Warner Onstine
Warner Onstine
I was trying to bump the version to the latest ember/data and I am running into this issue on my app and the example app: /Users/warner/code/projects/node-ember/node_modules/handlebars/lib/handlebars/compiler/compiler.js:1147 .replace(/\/g, '\\') ^ TypeError:...
Not sure why this is happening, but this would be awful for our users to experience. Any tips on getting it to work properly the first time they click auth?...
* Adding in missing `subscription_tracking` setting This adds the capability to send a value for `subscription_tracking` that is included in the `tracking_settings` section of the SendGrid mail body
Currently the only tracking we can enable/disable is `click_tracking`. In order to turn off unsubscribe links you need to be able to tell SendGrid to disable `subscription_tracking`. PR is here...
I have this defined in an external file exports.validateObject = function(req) { return form( form.field("bookmark_url").trim().required().isUrl(), form.field("bookmark_title").trim(), form.field("bookmark_tags").trim(), form.field("bookmark_description").trim() ); } I'm then using it in my app.js like this: app.post('/notebooks/:notebookId/bookmark',...
I have a bunch of schemas already defined. When I try and load them I keep getting this error: connection error [TypeError: Undefined type at `paths` Did you try nesting...
- Added Document and DocumentLoader Behaviours - Added Crawly DocumentLoader