-
### 复现步骤 / Step to reproduce
1、打开设置选择debug级别日志
![image](https://github.com/user-attachments/assets/3937a1bd-66b0-462b-a780-e634f86b978c)
2、打开日志页面
![image](https://github.com/user-attachments/asset…
-
### Describe the bug
PanicInfo { payload: Any { .. }, message: Some(PostMessage failed ; is the messages queue full?), location: Location { file: "C:\\Users\\Potato\\.cargo\\registry\\src\\mirrors.al…
-
I seem to be getting this when doing `RUST_BACKTRACE=1 cargo run --verbose`. I've created a new project, everything seems to be OK in regards to the structure of the project and the configuration. If …
-
Might we should impl vless first?
vless basic stream is based on vmess, ref:https://github.com/MetaCubeX/mihomo/blob/Alpha/adapter/outbound/vless.go
and grpc based on gun. I can draft a `gun` tran…
-
Sometimes an egui application is repainting spuriously, and it can be hard to figure out why.
In particular: did someone call `request_repaint`, and if so, whom and why? There should be an API for …
emilk updated
9 months ago
-
### 复现步骤 / Step to reproduce
我在代理订阅时加了一个自建节点的代理链![image](https://github.com/user-attachments/assets/59163e31-68ef-4d8a-b6b4-45cb71fafc87)
![image](https://github.com/user-attachments/assets/8ea2daa8…
-
The following worked fine in 0.12:
```
union stage {LS_IN_PRE_LB, LS_OUT_PRE_LB}
table __Table_stage {
v: stage;
}
table Flow {
stage: stage; // NOTE: field name shadows union name,…
-
Would you please add `clash://install-config?url=site.com/a.yml?name=x` link to be opened by your app?
-
Hi, would it be possible to default the `operation_id` to the handler method name?
-
Currently, we have a lot of code in our routes that uses `Result` as generic enum instead of a specific `#[derive(Responder)`, even tho it doesn't deal with errors at all:
```
plume-common/src/uti…