Nathan McLean

Results 9 issues of Nathan McLean

The latest patch version fixes an issue where installing via `pip` leaves the package in a broken state because of incompatibilities with the newest version of `Fabric`. It looks like...

`flask_restplus` currently outputs the swagger.json in the old "Swagger 2.0" format. Are there any plans to also support the OpenAPI 3.x specification? OpenAPI 3.x has better support for different authentication...

enhancement

The most recent release on PyPi (`1.1.1`) seems to break the compatibility of the `tensorflow.keras.preprocessing.image.load_img` function with python `io.BytesIO` arguments as input. This code snippet was working in the previous...

image

The `withAscOrder`/`withDescOrder` function described [here](https://github.com/datastax/spark-cassandra-connector/blob/master/doc/3_selection.md#ordering-rows) are not exposed by this library.

**Example Script (tmp.py)** ```python import configargparse parser = configargparse.ArgumentParser() parser.add_argument('--rawr', required=True, env_var='RAWR') parser.add_argument( '--leftovers', default=[], nargs=configargparse.REMAINDER, ) args = parser.parse_args() print(args) ``` **run tmp.py using bash shell** *command* ```sh RAWR=rawr...

File sizes are listed as `0` and directories are listed as files when using `datamon bundle list files` command. Downloading results from such a bundle works fine, but mounting the...

I wanted to use this functionality for myself, so I implemented it.

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...

bug