Alex Seaton

Results 25 issues of Alex Seaton

### Describe the bug delete_snapshot only works on a single symbol in the snapshot. The data keys for any others are not deleted properly. This is because recurse_index_keys assumes that...

bug

See https://github.com/man-group/ArcticDB/pull/1769 for a better description. This just shows what the codebase looks like after the re-formatting.

Enforce code formatting with Black and clang-format. See the `linting.md` file I added in `docs/` for notes on usage and changes from the default settings. No changes to default Black...

We only support MacOS for Apple Silicon on Conda at the moment. This ticket is to support MacOS for Apple Silicon on PyPi.

### Describe the bug _No response_ ### Steps/Code to Reproduce ```python from arcticdb import Arctic import pandas as pd ac = Arctic("lmdb://tst") ac.create_library("blah") lib = ac["blah"] df = pd.DataFrame(data={"a": [pd.Timestamp(2023,8,22),pd.Timestamp(2023,8,22),pd.Timestamp(2023,8,22)],...

api break