Raymond Camden

Results 287 comments of Raymond Camden

Sorry to pile on @audunolsen - I also pasted the code into .profile and no change. Using Bash on Windows10.

Nevermind - user error. I put this in .bashrc and it worked. Now to figure out how to get it to show the complete path, not just the current directory....

I just ran into this myself as well - any possible update?

I am a JS coder, and I can 100% plus one this as well. Going from the main doc (https://www.netlify.com/docs/functions/), it is not clear when you can just "drop a...

I know when I learned Eleventy, this was extremely confusing. I truly expected it to work as the first two paragraphs said.

I'm still struggling with this - has anyone does this in Vue?

Um, see my original text above. :)

So I'm trying like heck to get emails as well. When I add includeEmail:true to my strategy, and then do app.get('/auth/twitter', passport.authenticate('twitter', {scope:['include_email=true']})); When I return from my Twitter auth,...

So it turns out it's related to requesting permission - as commented on above. Should this be documented though?

I knew it worked there as the demo was there. :) At the end of the day I don't expect you to support CodePen, I just thought maybe I was...