Anthony Mahanna

Results 12 issues of Anthony Mahanna

Closes #203 ### How to test 1. `pip install mypy git+https://github.com/ArangoDB-Community/python-arango.git@fix/mypy-py-typed` 2. `echo "from arango.database import StandardDatabase" >> temp.py` 3. `mypy temp.py`

### Steps to reproduce: 1. In an empty directory, create a virtual environment with a method of choice 2. `pip install mypy python-arango` 3. `echo "from arango.database import StandardDatabase" >>...

question

Hi! Want to first thank the developers for making `express-jwt-authz` and `express-jwt` 🙌 ### Describe the problem you'd like to have solved I am trying to use `jwtAuthz` within a...

doc
non-breaking

CI is expected to fail for now This PR proposes to switch `_add_index` to `add_index`, and to deprecate the `add_*_index` methods in favour of generalizing to `add_index` (similar to how...

todo: Figure out why assertion is failing

ref: https://github.com/arangodb/docs-hugo/pull/392

TODO: - Add `3.12` to the CircleCI Matrix when published (or consider using the preview images?) - Add a `3.12` `conf` file that has the `--server.options-api` argument set to `admin`