-
Hello.
I have mainApp.py and right now use Vagrant
```
from flask import Flask
import logging
from controllers.MainController import main_api
import settings,os
from flasgger import Swagger
…
ghost updated
6 years ago
-
There is a file conflict between flasgger and micawber, because both install files into the too generic path name examples.
For reference, please see [this Arch Linux bug](https://bugs.archlinux.org/…
dvzrv updated
6 years ago
-
According to [apispec/Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#0390-2018-06-28)
> [apispec.core]: Backwards-incompatible: Change plugin interface. Plugins are n…
xeroc updated
6 years ago
-
Hello
I have an issue now that is
https://gist.github.com/anonymous/904c4628fc3f9d23870a915cf0111610
because we have some files like
https://zerobin.net/?e3390f9a981a3ccd#mAvv8zX8ItzuQPs6qxIqXV…
-
Trying to convert PIP packages into Debian packages using **python-stdeb** (for maintainability purposes). Having scripts and mechanism to do it, which works perfectly fine. It converts any PIP packag…
-
Hi, I find a way to parse request`s data and validate schema, not only data in body can be validated, take a look at [gist](https://gist.github.com/strongbugman/2c8e1cd9673ebdc59403a4055e4060c6), do …
-
it seems that there is an issue regarding the HTTPS for swagger ui that was solved in more advanced version
https://github.com/swagger-api/swagger-ui/issues/3166
so currently flasgger also does …
ghost updated
6 years ago
-
Hello everyone!
I'm using vanilla Flask (no flask-restful or anything like that) with lots of blueprints and the factory pattern to develop a restful api. Because I'm using method-based views (good…
-
An error ocurred in docs when I put characters with "ç", "ã", etc.
`UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 844: ordinal not in range(128)
File "flask/app.py", line 19…
-
"bio2bel_mirtarbase does not produce BEL"