Wenqi Chen

Results 13 issues of Wenqi Chen

Buttons are better implemented using scale9 images (to allow for flexible resizing)

enhancement

Coordinator host can be set using SELECT citus_set_coordinator_host ('192.168.5.1', 5434) Two questions: - Can this setting be found out later on via e.g. SELECT citus_get_coordinator_host ()? - If for example...

``` let lookup = false; switch (this.proxy.protocol) { case 'socks4:': case 'socks5h:': // this line is wrong, should be 'socks5:' instead lookup = true; break; } ``` See https://github.com/urllib3/urllib3/issues/1035, Quote:...

### Describe the feature C++ has nodejs, Rust had Deno, zig has bun.js. What do v plan to have? ### Use Case JavaScript runtime ### Proposed Solution _No response_ ###...

Feature Request

Just out of curiosity, why are the invalid tokens in the generated output? in frida-agent-example, ``` $ npx frida-compile agent/index.ts -o _agent.js -c ``` This doen's look valid javascript by...

### Zig Version 0.10.0 ### Steps to Reproduce and Observed Behavior ``` zig var exe_zig4 = builder.addExecutable ("main_zig4", null); var exe_zig5 = builder.addExecutable ("main_zig5", "main.zig"); exe_zig4.addObject (builder.addObject ("main.zig", "main.zig")); exe_zig4.addIncludePath...

bug
zig build system

I experimented an initial docs website using vitepress. See if you like it. ``` bash $ git clone https://github.com/wenq1/vitepress-mulle $ cd vitepress-mule $ npm i $ npm run docs:dev ```...

E.g. 振り仮名 is analyzed to be ふりかめい instead of ふりがな, how to make corrections?