Andy Geach

Results 12 issues of Andy Geach

IDEA is a clean install on a new system. The plugin buttons are not visible at all, no errors displayed. Can I get some help tracking down the issue please?...

Seems like a requirements.io account is now needed for the badges. Perhaps replace with GitHub security alerts, or similar

[bandit](https://pypi.org/project/bandit/), the static code analysis library for Python, reports that the pycryptodome library has been deprecated, and that we should be using [cryptography](https://pypi.org/project/cryptography/) instead: https://bandit.readthedocs.io/en/1.7.4/blacklists/blacklist_imports.html#b413-import-pycrypto

https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

pypi.org will soon deprecate username / password authentication

https://labs.ig.com/rest-trading-api-reference

There is a bug in IG's implementation of their ``` /confirms/{dealReference} ``` endpoint, when you close a position. The method in this project is `IGService.fetch_deal_by_deal_reference()`. This is the request you...

- bump pyyaml version to 6.0.1 - fix black failures - update action versions

Implement a better way to add instances of ClientListener, without needing to access the client object directly. See #333

enhancement