Hao Zhao
Hao Zhao
## Description Discard using HS_SYMBOLS_URL in `scripts/data_collector/utils.py` `get_hs_stock_symbols()`, since the url is no longer available. Use api of `eastmoney.com/api`, the same api that used in method `get_us_stock_symbols()`, to get hs...
## 🐛 Bug Description The URL used in scripts/data_collector/utils.py is dead. ## To Reproduce Steps to reproduce the behavior: 1. run collector.py under scripts/data_collector/pit 2. it gets stuck after logging...
### Problem Description Now it can only generate text. ### Solution Description If it can use DALL-E API to generate pictures would be much better ### Alternatives Considered _No response_...
## 背景 - macos M1 Pro - macOS 13.6 自行 build macos 在用中文输入法时,想按回车键打印出输入的字母,结果会直接发送消息。 ## Expectation: 在中文输入法中按回车,输入栏打印出之前在输入法里输入的字母 ## Now: 在中文输入法中按回车,输入栏打印出之前在输入法里输入的字母并直接发送消息。(就像连续按了两次回车键)
I believe we can do it better now. Why isn't it updated anymore?
**Describe the bug** According to the given setup.md, I follow the guide and get to run `make`, but this command gets stuck and never end. My `.envrc` file is following:...
After deploying using docker image, I created an app space and git push the basic gradio application code as following: ```python import gradio as gr def greet(name): return "Hello "...