Claire's Monster
Claire's Monster
@theomaniac Please, change: "dev dir"/test/hummingbot/client/ui/test_interface_utils.py - lines 48-49 with the updated display you are proposing (`Uptime: ...days...`) ``` self.assertEqual('Duration: 0:00:02', mock_timer.log.call_args_list[0].args[0]) self.assertEqual('Duration: 0:00:03', mock_timer.log.call_args_list[1].args[0]) ``` It is necessary and very...
@cardosofede Is this still an Issue?
For what it's worth, all the packages used by hummingbot have now been merged into `conda-forge`. As part of refactoring with conda-only package, a conflict appears with pydantic. Currently, hummingbot...
This does not seem to be easily solved without pulling in PR: https://github.com/isidentical/refactor/pull/71
cibuildwheel requires to be run on CI server. Tests fail with build-locally.py, but should pass here
@conda-forge/help-python Hello, ready for review.
@xhochy Are there any concerns for this recipe?
PR: #66 should address this. See the added passing case to test_ast.py: ``` source = """def func(): if something: # Comments are retrieved with something: # comment2 a = 1...
Now would we want to have something like this (keeping the comments when possible): ``` expected_src = """def func(): if something: # Comments are retrieved async with something: # comment2...
It seems that you can only get up to 9 months of data: https://github.com/Kucoin/kucoin-api-docs/issues/385