zhylmzr
zhylmzr
This version don't incompatibility with openwrt, i write c version for it. https://github.com/zhylmzr/clean-dns-c/tree/main
key_binder 的 toggle 支持 ascii_mode 选项,但是它是直接清空当前输入的内容切换到英文模式。而 `ascii_composer/switch_key` 的 `commit_code` 可以保留当前输入的字符序列。另一方面,switch_key 不支持修饰符和一个按键以上的绑定。 希望能够支持如下配置: ``` "key_binder/bindings": - {accept: "Alt+space", toggle: commit_code, when: always} # 或者 "key_binder/bindings": - {accept: "Alt+space", switch: commit_code, when:...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it |before|after| |-|-| ||| ||| ### Environment Zed 0.67.5 – /Applications/Zed.app macOS 13.1...
### Zig Version 0.13.0-dev.47+c231d9496 ### Steps to Reproduce and Observed Behavior ```zig const std = @import("std"); const TypeToByteSizeLUT = std.StaticStringMap(u32).initComptime(.{ .{ "bool", 0 }, .{ "c_int", 0 }, .{ "c_long",...
In addition, appended some usage instructions。
Previously, if I wanted to format new extension files like ".wxml" using Prettier, I had to use the following configuration ```jsonc "prettier": { "associations": [ "**/*.{js,ts,less,json}", /** and any file...
fixed: https://github.com/dcloudio/uni-app/issues/4633
If I override the extension supported by the plugin, then the formatting ignores the files supported by the plugin, which is confusing. Usually plugins only support one or two extensions,...
fixed: https://github.com/ziglang/zig/issues/20739 fixed: https://github.com/ziglang/zig/issues/20689 fixed: https://github.com/ziglang/zig/issues/20359 fixed: https://github.com/ziglang/zig/issues/20709