James Munro
James Munro
Hi. Please add ArcticDB
**Is your feature request related to a problem? Please describe.** When trying to use `defragment_symbol_data` I need to either check with `is_symbol_fragmented` or catch the exception to use it. This...
Intro page enhancements https://docs.arcticdb.io/ - it only shows how to install with pip - 'LMDB' is not obvious - Why highlight just VAST storage? - lets have a table of...
### Describe the bug Everywhere `as_of` can be used we should document what format of timestamp it supports and that it assumes it to be UTC (rather than the local...
### Describe the bug ArcticDB lets me create an unusable library with a `/` on MongoDB backend. `/` is not a valid char for a Mongo database name. ### Steps/Code...
### Describe the bug `QueryBuilder.__getitem__` and other methods are modifying self with additional clauses, which is counter-intuitive and means `QueryBuilder` instances can not be reused. ### Steps/Code to Reproduce ```py...