Miguel Grinberg
Miguel Grinberg
I did not run your code yet. But I'll review this when I update the documentation.
Related: https://github.com/miguelgrinberg/flasky/issues/528
This is not a requirement of this application, it is your email server that is enforcing this and not letting you put any user in the From field of the...
Using a modified decorator is the easiest way. This isn't a use case that I think should be handled in this library, as it makes it easy for the documentation...
Handling special documentation needs in the `process_apispec` handler is what I have envisioned, so that seems like a good solution.
What do you have in line 25 of microdot.py? Do not look in github please, look in the copy of the file that was installed on your device.
@QGB This is what I have in the documentation wrt installation: > For MicroPython, you can install it with upip if that option is available, but the recommended approach is...
I don't have a problem with expanding the way this works so that you get the handler for a parent class invoked, provided that the child class doesn't have a...
@DiegoPomares The MicroPython PR build is not passing. There is no `inspect` on that platform.
The only thing that I wanted to think about is if there was a way to select the most specialized exception class instead of just the first one, but I...