Results 51 comments of zjp-CN

I use codelldb [1.6.10](https://github.com/vadimcn/vscode-lldb/releases/tag/v1.6.10) and [nvim-dap-ui](https://github.com/rcarriga/nvim-dap-ui), and do the following steps after setting some breakpoints: 1. `:RustHoverActions` 2. select `Debug` Everything is fine. https://user-images.githubusercontent.com/25300418/165668382-47edef1d-b9b9-4eb7-813e-a3807df6783d.mp4

Got the problem with code action, and the error msg is: ```lua E5108: Error executing lua: ...symbols-outline.nvim/lua/symbols-outline/code_action.lua:22: Expected Lua number stack traceback: [C]: in function 'nvim_win_get_cursor' ...symbols-outline.nvim/lua/symbols-outline/code_action.lua:22: in function ```

@liuyuran Well done! Just a suggestion about formatting: insert a space between Chinese words and English words. ```diff -讨论了Linux、Windows和macOS中遇到的链接错误 +讨论了 Linux、Windows 和 macOS 中遇到的链接错误 ``` Examples: ```diff -中文English中文 +中文 English...

You can use these cmds in `examples` dir: * `cargo test` * `cargo insta test --review` to update all the snapshots (except tagged with `#[ignored]` ones). * `cargo insta test...

Will you consider merging this PR?

I'm gonna close this and put up a new PR to test examples.

And the example `api` is broken too: ```bash # nvim-oxi/examples/api cargo b && mkdir lua -p && mv target/debug/libapi.so lua/api.so -fn # nvim set_rtp=":set rtp+=$PWD" cmd=" :lua require'api' " RUST_BACKTRACE=1...

For the api example, I use the `nightly` feature and succeed in triggering `hi` mapping and `Greetings` command, but not for `api.open_window()` and `api.close_window()`. https://asciinema.org/a/zSG6MwzPS5A5blf23d71redJr

`mlua` example remains looping under `nightly` feature.

Wow the mlua example works now :+1: I notice the example directory structure has changed: when `git pull` or `git oull --force` from your master branch, I get ![image](https://user-images.githubusercontent.com/25300418/193175221-661dd887-fe29-4382-b177-c956822fa4f1.png) But...