tobydeh
tobydeh
My understanding is that .env should be overridden by .env.xxx which it does when using safe mode, but when safe is set to false the order in which dotenv.config is...
Hi, I created a paper wallet on January 15th 2015 which I’m unable to decrypt (via bitaddress or other means) Could there have been an issue that has left me...
We were receiving intermittent timeout errors when making payments using the paypal pro libraries. passing the optional timeout parameter to urllib2.urlopen in _request fixes the issue.
How would i go about creating a form that outputs: ``` ``` or alternatively if thats not possible: ``` ``` I need to add the array fields to the form...
I dont want my users to confirm their password when registering. How can I remove the requirement? My config looks like this: ``` userModel: { validate: { confirmPassword: { presence:...