FHY

Results 10 issues of FHY

![the_bug](https://cloud.githubusercontent.com/assets/859740/8025465/a418be6a-0d8a-11e5-96b8-e21823833684.png) In the image, on line 4, it seems that the syntax highlighting treats the first `x` as function declaration. **How to reproduce** write an "if-then-else" expression with condition part...

For a typical example Human may read it as "4" only because we know it's handwriting. And handwriting is done with a pen, and written by strokes. If I tell...

The function tries to `GET` `/health` which does not seem to exist in the current API. The working way to call seems to be `POST` `/` with body `{"method":"getHealth", "jsonrpc":"2.0",...

Exception: Unsupported Dart SDK, snapshot hash: d56742caf7b3b3f4bd2df93a9bbb5503

**Describe the bug** `sw::redis::Subscriber` has an empty state, but does not have a default constructor (`sw::redis::Subscriber::Subscriber()`) to make one. `sw::redis::Subscriber` does not have `Subscriber()`, but does have `Subscriber& operator= (Subscriber&&...

### 🐛 bug 描述 RingProgress 使用SVG模式渲染无法正常显示 ### 📷 复现步骤 使用canvas模式 ``` ``` ![image](https://github.com/ant-design/ant-design-charts/assets/859740/4be4f3a9-d0c4-4f4c-94b8-cc5e500261a9) 改成 `renderer="svg"` ``` ``` 就会变成 ![image](https://github.com/ant-design/ant-design-charts/assets/859740/e5e315a7-a342-4659-a09a-c029ad36e41c) ### 🏞 期望结果 两种renderer的效果一致 ### © 版本信息 - 版本: @ant-design/plots 1.2.5...

For now I haven't found a way to match a `Websocket&` with the `std::set`, from the client message callback `void(std::shared_ptr, WebSocket&, const WebSocketMessagePtr&)`, and get clients `std::set getClients()` respectively. I...

For now a port and host has to be decided at construction time of `ix::WebSocketServer` and `ix::HttpServer`. It will be great if the `bind`ing can be delayed. Possible usage: ```...

My build crashes inferencing with a model with "Illegal Instruction". I debugged it and seems to crash on an `endbr64` instruction. I think my CPU doesn't support the instruction set....

bug
help wanted