zoumi

Results 30 issues of zoumi

For example.I want to run my own dict server on my computer at 127.0.0.1:8888 which return the same format json data like youdao's. Can you add some menus to surport...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Update the vars' value using a timer and provide a command to set auto...

It seems that return Box::new(future::done(Ok(req))) doesn't close the connection. My client side: ``` let mut socket = TcpStream::connect(addr).unwrap(); socket.write(msg.as_bytes()); let mut result = String::new(); println!("waitiing for server to return"); let...

My os: windows 7 64bit active toolchain: nightly-i686-pc-windows-msvc (default) rustc 1.31.0-nightly (78ff609d7 2018-10-19)

### Description After I pressing \ to restart the debug session, the debugee can't stop at breakpoints, it just runs to the end. ### Is it reproducible in vim? Reproducible...

When I was running `cargo build --release`, my computer suddenly poweroff(cargo was downloading crate then). So,I restart my computer, run `cargo build --release` again. The error occur: $ cargo build...

C-bug
A-diagnostics
A-registries
S-triage

**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.** It's seems that build-in terminal only support t_Co=16? OS: windows 10 64bit...

enhancement
feature-terminal

### Describe the bug wrong indent when input "{" after "else" in C file ![Image](https://github.com/user-attachments/assets/c710bd86-8e81-4f62-a88c-3fc6b575d8ba) ### To Reproduce 1,create a C file with: ```c void test(void) { if (1) {...

indent

### Describe the bug ![Image](https://github.com/user-attachments/assets/773f2e5a-9e82-459b-99da-e31702ea5263) ### Steps to reproduce 1,map m :lua vim.schedule(function() require("lspsaga.diagnostic"):goto_next() end)\ 2,press m in a buffer has diagnostics ### Expected behavior detail info should be shown...

bug

### Did you check the docs? - [x] I have read all the docs. ### Is your feature request related to a problem? Please describe. No ### Describe the solution...

enhancement