zoumi
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...
**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...
### Describe the bug wrong indent when input "{" after "else" in C file  ### To Reproduce 1,create a C file with: ```c void test(void) { if (1) {...
float window close immediately when call require("lspsaga.diagnostic"):goto_next() in vim.schedule()
### Describe the bug  ### 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...
### 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...