Joakim Nordling

Results 6 issues of Joakim Nordling

- Fix install_agent.sh to work with agent pool with spaces in the name, minor refactoring of parameters to be on separate lines - Add missing popd in conditional expression -...

It seems like I'm unable to install latest version of `apiritif` (1.1.3) due to it depending on `codecov` and that the authors of it decided to pull it from PyPI....

It would be handy to have a `.reload()` on the models to re-fetch them from the DB instead of having to manually get the id and then load by id....

Would be nice to wrap Firestore exceptions in FiredanticError class with original_exception set or similar.

Would be nice if it'd be possible to specify a function that's used to generate collection names automatically based on class names, so one would not always have to specify...

enhancement

Would be nice if `find()` would return an iterable instead of a list. As a reference the [find()](https://github.com/digitalliving/arangodantic/blob/a3d65001375e8bd490a2815848ee4d0efa469084/arangodantic/models.py#L294) method in [arangodantic](https://github.com/digitalliving/arangodantic/) returns a cursor object, that is iterable.

enhancement