Warner Onstine
Warner Onstine
@fishen I too had to use the old style gulp tasks to get this to work properly. See below. ``` function watch(done) { let stream = nodemon({ script: 'dist/bin/www', //...
Been beating my head against this for the past day and a half. Hopefully this gets fixed soon.
Friend helped me out and I managed to fix it by doing this instead exports.validateObject = form( form.field("bookmark_url").trim().required().isUrl(), form.field("bookmark_title").trim(), form.field("bookmark_tags").trim(), form.field("bookmark_description").trim() ); Would be good if you could add an...
I managed to patch by doing an implicit load on it first. Ended up switching to full api auth as I needed the refresh token and not just the auth...
I've been hunting and hunting to find a good answer to this. Can we use the new ES6 modules stuff? If so, how? If not, why not? I'd love to...
Neither of those discusses what I brought up - using ES6 modulse in Node.js (unless I'm missing something). I may not have said so explicitly, but didn't think I had...
Thanks! I wish some of these had shown up in my searches.
I'm trying to go into doing some agent stuff, so I'm digging into the text processing and that side of things for the moment.
Hasn't been merged yet :). I wasn't sure how to do optional dependencies. And for sure on the behaviour front. Just trying to get stuff working and then fine-tuning. Definitely...
Hey @brainlid I wanted to split up my work into smaller chunks so I can get it in (and others can play with the blocks/revamp/etc.). How does this one look?