Graham Lyons

Results 4 issues of Graham Lyons

The script has the options: ``` -A, --dropfirst N -Z, --droplast N ``` These aren't explained in the project [`README.md`](https://github.com/pyr/check-graphite/blob/master/README.md) file. I would open a pull request but I'm not...

The options object for the CLI defines a `typescript` property: https://github.com/TimMikeladze/arango-migrate/blob/0cc7c6d/src/cli.ts#L17 This is passed into the method to create a new migration: https://github.com/TimMikeladze/arango-migrate/blob/0cc7c6d/src/cli.ts#L55 However, the option doesn't appear to be...

If Foxx is disabled on the ArangoDB server then the `reload()` method on the `Foxx` class will raise an error: `requests.exceptions.HTTPError: 501 Server Error: Not Implemented for url: https://arango:8529/_db/example/_api/foxx?excludeSystem=False` https://docs.arangodb.com/3.12/components/arangodb-server/options/#--foxxenable...