Yan-Ru Huang
Yan-Ru Huang
If recaptcha isn't pass, then process isn't show recaptcha message on form.recaptcha.errors. Instead it will jump over form.validate_on_submit. ```python ... form.validate_on_submit(): # I think process will stop on here and...
Some mail server use [Greylisting](https://en.wikipedia.org/wiki/Greylisting_(email)). Greylisting will reject all first requests and wait for a period of time before accepting a second attempt. Can you provide some options to skip...
I encountered the following error message when building a Docker image. By adding py3-pip, I was able to resolve this issue. My system is a KVM virtual machine running on...
After updating to version 0.25, the auto-complete feature stopped functioning. It was discovered that the program attempts to access some external URLs (e.g https://json-schema.org/draft-04/schema). Please consider introducing a feature to...