Results 128 comments of Luo Chen

Can you check which syntax rules the brackets on lines 73 and 77 are matched with using the tools described in the troubleshooting section of README? I suspect that a...

那么这样呢: 当检测到配置中不存在 `-> dns` 路由规则的情况下,隐式地在最前面加一条 `isdns -> dns` 。 这样你觉得可行么?

@mzz2017 那我感觉可以做成一个选项,可以就放 dns 下面 ``` dns { implicit_hijack: true # 默认 true 以兼容之前的行为,改成 false 以手动选取流量路由到 dns outbound } ```

那就 enable_explicit_hijack ? 或者 disable_implicit_hijack ? 我感觉后者好一点,因为它更显著的效果是 disable

It seems that all floating menus have some issues with not displaying properly or incorrect position calculations, and IME is just one of them, not particularly special. Perhaps once the...

``` $ cat ~/.config/fcitx5/conf/xim.conf [XIM] UseOnTheSpot=True ```

It works like: 1. The `geosite.dat` file path can be specified from configuration, like `geodata_path: /path/to/geosite.dat` 2. The file will be loaded into RAM at runtime, and the protobuf encoded...

I noticed that the most important part in [this document](https://docs.all-hands.dev/usage/how-to/custom-sandbox-guide) is: 1. **Debian based** 2. replace `SANDBOX_RUNTIME_CONTAINER_IMAGE` into `SANDBOX_BASE_CONTAINER_IMAGE`. The first question: is these two point enough, is there anything...

Thank you for your response, this has answered many of my questions. I will close this issue, but if anyone knows how to build a non-Debian-based runtime image from scratch,...

@Arche151 So maybe we should keep this issue open if it is not solved ?