Dmitrii V

Results 8 comments of Dmitrii V

Seems to be a newer Unicode standard.

@lugehorsam @novabyte I can take a look at this when I have time. What's the intended behaviour? Simply timing requests out or restoring them?

@lugehorsam this one is related to https://github.com/heroiclabs/nakama-js/issues/138 Maybe could be closed since `npx typescript` has been updated to `npx tsc`?

@dtheodor if I recall correctly, this issue is more about Flask itself, not flask-mail. @mattupstate `with app.app_context():` works just fine, but it's a bit annoying to write it over and...

I forgot to mention that [here](https://github.com/mattupstate/flask-mail/blob/master/flask_mail.py#L489) should be `self.app = app` as well.

@mattupstate shouldn't one register `Mail` instance for each app? In this case my solution should work (I guess). At least the section about flask-mail, background workers and possible use of...

@mattupstate I understand you perfectly. Anyway, it is your decision to merge or not to merge that matters, but I don't see how `self.app = app` could break support for...

@untitaker thank you for making this clear.