Junyuan Zheng

Results 6 issues of Junyuan Zheng

## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy...

community-pr

fix a bug reported in https://github.com/docker/compose/issues/9526 by adding service dependency check after reading the Docker compose configuration YAML file. Signed-off-by: Junyuan Zheng

add a dependencies YAML file for Ubuntu 21.04. upgrade the `libicu66` to `libicu67`.

Hi @brndnmtthws , I saw USD is hard coded in multiple different places. I want to help and make this currency optional. The easiest solution would be user can create...

enhancement
Stale

i have a code like this: ``` async def wait_for_midpoint_price(self, ticker: Ticker, wait_time: int) -> bool: event = asyncio.Event() def onTicker(ticker: Ticker) -> None: if not util.isNan(ticker.midpoint()): event.set() ticker.updateEvent +=...