Raymond Camden

Results 287 comments of Raymond Camden

So you would file an issue with `argparse`?

I added it in my else block and it outputs nothing.

Oh sorry if it wasn't clear. :) The each works perfectly. The drop down shows every existing user. It is the comparison that is failing, it never matches and outputs...

Would "is" be using === maybe? As it stands, I first tried comparison with ==, it didn't work either.

Well in theory - both are Mongo ID values, but - I don't know. I'll keep logging and let you know (may be delayed - giving a presentation in a...

Oh no - heh sorry - totally different worlds. (preso on Apache Cordova, this work is a side project)

So given I'm adding all the helpers from the lib directly into my Handlebars instance, how do I append the custom log function above? Currently I've got: var exphbs =...

nm - just added it to hlpers before passing it to handlebars

The log helper helped a lot. This is now working: {{#each users as |user|}}

Nope, doesn't help. I assume you meant `@user._id`.