Skip to main content

mattdonders

New Jersey

http://mattdonders.com

Systems & Computer Engineer

Hobbyist Android, iOS & Web Developer

2024
Oct
10
awarded Notable Question
2023
Apr
18
awarded Popular Question
Apr
13
accepted Get All Combinations of N-Length For Different Sized Input Lists
Apr
12
asked Get All Combinations of N-Length For Different Sized Input Lists
Feb
9
comment Pandas Join into Comma Separated String, But One Record For Each Value in a Column
@harryhaller there are approximately 10 per bet, but didn't want to overload the question with all that data.
Feb
9
awarded Notable Question
Feb
9
asked Pandas Join into Comma Separated String, But One Record For Each Value in a Column
Jan
17
awarded Popular Question
2022
Dec
15
awarded Popular Question
Aug
10
accepted SMTPServerDisconnected When Sending via Flask-Mail on Gunicorn
Aug
5
comment SMTPServerDisconnected When Sending via Flask-Mail on Gunicorn
I was using .flaskenv for Flask variables and .env for non-Flask variables and Gunicorn doesn't load in .env by default so I added it to a gunicorn.conf.py file without changing any code and it worked as expected now.
Aug
5
answered SMTPServerDisconnected When Sending via Flask-Mail on Gunicorn
Aug
5
comment SMTPServerDisconnected When Sending via Flask-Mail on Gunicorn
Your comment gave me an idea and I have solved it (see below).
Aug
5
revised SMTPServerDisconnected When Sending via Flask-Mail on Gunicorn
Added code comment based on a comment on my question.
Aug
5
comment SMTPServerDisconnected When Sending via Flask-Mail on Gunicorn
I tried to add mail.connect() to my code and I still receive the same error. I updated my original post to show where I added it.
Aug
5
comment SMTPServerDisconnected When Sending via Flask-Mail on Gunicorn
mail is created in my create_app() function when the Flask app is initiated. If that were the problem, I wouldn't be able to send email when not running outside of Gunicorn & I believe Flask-Mail handles all connectivity establishment.
Aug
5
answered Need to convert an Array of Dicts (complex) into a Pandas Dataframe
Aug
5
reviewed Looks OK Why the symbols for cards is not showed ( hearts, spades, diamonds, clubs) when I run the program?
Aug
5
reviewed Needs author edit how to check if email already exist in firestore collection
Aug
5
reviewed Looks OK TypeError [ERR_INVALID_ARG_VALUE]: The argument 'id' must be a non-empty string. Received '' error
1 2 3 4 5