StarrFox
StarrFox
**Is your feature request related to a problem? Please describe.** It would be useful to be able to tell where my modpacks came from quickly, for example if I wanted...
find steam install then follow steam\steamapps\common\Wizard101 path also need to pass -ST in cli args for client when using steam
should have a check if either distance is 0
The current documentation isn't very good at all, should include more examples and explanations
CombatCard.cast should check if the cast operation can be completed This should handle all possible ways the cast operation could fail from not enough pips to not enough mana I...
there should be some tests for everything (i.e all hooks, all commands) to allow catching them before release. these will need to be run on a machine with target process...
I think switching to https://python-poetry.org/ or another pyproject.toml based solution would make development a lot faster It allows for easier management of virtual environments and ensuring everyone is using the...
closes https://github.com/srounet/Pymem/issues/91 This pull request switches to a pyproject.toml file which uses poetry, it also attempts to adapt the appveyor to use it It also removes 3.6 from tests as...
the current tests are pretty mid, should improve these to cover more cases and maybe add fuzzy tests.