Joseph Sabido
Joseph Sabido
When I use POST to upload a file, if the form contains an additional file field that I haven't accounted for in the swagger YAML, I get this error: `Error:...
Calling **$phpexcel_reader->load()** on a Excel2007 file fails with the following errors: ``` Message: Trying to get property of non-object Filename: \vendor\phpoffice\phpexcel\Classes\PHPExcel\Reader\Excel2007.php Line Number: 1384 Message: Invalid argument supplied for foreach()...
**Bug Description** When using global auth like this: ```python api = NinjaAPI(auth=SomeAuth()) ``` I expect to be able to exempt some routers by using `auth=None` at the router level: ```python...
I added an optional print_debug parameter. Defaults to false. If true it will output the debug console.log() calls on every query.