Jeff Widman

Results 587 comments of Jeff Widman

@davidism FYI you can also do `@dependabot rebase` and it will not only rebase, but also re-run the update logic, so unlike a normal git rebase it'll catch/handle when other...

Happy to merge a PR if you or anyone else wants to dig into it. My current work is unrelated to Flask, so won't have time to look into it...

Happy to merge a PR if you or anyone else wants to dig into it. On the surface, it looks relatively straightforward--port the updated version from `Flask` itself into here,...

Myself or one of the other maintainers are happy to review a PR if you want to put one up tackling this.

Note to self: Add DEBUG-level logging of the response, that way it'd be easy to see what's actually getting returned...

I'm +1 for this. @mgood your thoughts?

The `Flask-Mail` project is now archived: https://github.com/pallets-eco/flask-mail So closing this... If the Flask ecosystem coalesces around another mail extension in the future, then I'd be open to a Flask DBT...

Actually, NVM, I just heard from @davidism that archiving those may be a temp state of affairs... unclear, but for now I'm fine with leaving this open and floating...

Last I heard, that's no longer true now that Travis was bought by PE: https://news.ycombinator.com/item?id=25338983 Azure pipelines, Github Actions, or CircleCI are common choices. Given the simplicity of what we...

This is a PR where it'd be nice to have RTD building on the PR to ensure no issues before merge: * https://github.com/FactoryBoy/factory_boy/issues/1076