Dan Stroot

Results 28 comments of Dan Stroot

Christophe - sorry I put this in the master branch - kind of new to all this. Cheers.

Has anyone tried just installing request? E.g. "pnpm add request"? It worked for me, although request is a long deprecated module.

Yep - I ran into this as well I think. Updated versions of the components (node, express, etc.) cause a problem with the crypto library if I recall. Not sure...

Alex - I'd be happy to support a pull request. I think I used a different approach in a recent project - check out the auth example in the ExpressJS...

For those that land here - use the new experimental buildpack setting in railway under "settings"

Yup, I can't use files/github because I would leak sensitive data (unless I use a private GitHub repo). I removed dropbox from my machine I love/loved iCloud. It was perfect....

> My solution was to write helper functions for my shell that use the mac ‘security’ command: https://ss64.com/osx/security.html > > That way i can store secrets in the login keychain,...