Claire's Monster

Results 63 issues of Claire's Monster

**Before submitting this PR, please make sure**: - [x] Your code builds clean without any errors or warnings - [x] You are using approved title ("feat/", "fix/", "docs/", "refactor/") **A...

**Before submitting this PR, please make sure**: This is PR is not intended to be included into HB, but as a demonstration of alternative to cython .pyx - [x] Your...

**Before submitting this PR, please make sure**: - [x] Your code builds clean without any errors or warnings - [x] You are using approved title ("feat/", "fix/", "docs/", "refactor/") **A...

**Before submitting this PR, please make sure**: - [x] Your code builds clean without any errors or warnings - [x] You are using approved title ("feat/", "fix/", "docs/", "refactor/") **A...

**Before submitting this PR, please make sure**: - [x] Your code builds clean without any errors or warnings - [x] You are using approved title ("feat/", "fix/", "docs/", "refactor/") **A...

**Feature Suggestion** Update Coinbase connector. Coinbase closed its 'CoinbasePro' API and relies on the 'Advanced Trading API'. **Impact** This is likely to break the current Coinbase Pro connector

enhancement
P2
coinbase_pro
bounty

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

review-requested
python

Would it be helpful to add an hint as to the action that generated an overlap error with: ``` try: updated_input = path.execute(previous_tree) except AccessFailure: raise MaybeOverlappingActions( "When using chained...

While using `RuleCollection`, a case of recursive import was annoying and it seemed interesting to be able to define the rules as strings and add a rudimentary lookup for class...