Zhao.MA

Results 76 issues of Zhao.MA

### Description On Windows, when using https://github.com/sumneko/lua-language-server, it always show the following error when opening a `.lua` file: ![image](https://user-images.githubusercontent.com/1921878/181241995-6cc65a31-2fec-4202-8953-e8cd84274df9.png) After digging, it turns out that the correct name should be...

bug

![image](https://user-images.githubusercontent.com/1921878/56083734-702a4800-5e29-11e9-9dd0-12361cbb68a0.png) Normally, if I start neovim-qt and do `F11` which I mapped to toggle between FullScreen mode, it works fine. However, when using `Win + Arrow` to either maximize the...

It seems the `glutils.h` was deleted and the related `GLShader` class is now just an empty class in `common.h`. How should a shader defined with this new version of `nanogui`?...

Following the manual, if I do ``` pip -U install "vectorbt[full]" ``` The installation will try to download ALL `ccxt` versions: ![image](https://user-images.githubusercontent.com/1921878/162304152-eadc33eb-437b-412d-a519-3b9bf8b89381.png) At the time I'm writing this issue, it...

![image](https://user-images.githubusercontent.com/1921878/55961857-074ba000-5c70-11e9-80c7-b39345dc8b09.png) Running pandoc in `cmd` works.

bug
command

**Expected behavior:** I can edit my own snippets when using `:UltiSnipsEdit`. **Actual behavior:** A message pop up: `UltiSnips was not able to find a default directory for snippets. Do you...

bug: low
neovim only
triaged

Hi, I'm struggling to use the cpp interface to generate voronoi 3D diagrams. After spending some time reading the code, I'm still very confused about the `Qhulluser` class. The documentation...

Hi, I have the languagetool installed in windows by [scoop](https://scoop.sh) and it provides a command `languagetool-commandline.cmd` that can be executed in windows `cmd`/`powershell`. Would it be possible to have a...

The link to `tasklib` should be modified from: https://github.com/tbabej/tasklib/tree/develop to https://github.com/robgolding/tasklib where the former (current link) is behind and has incorrect documentation: `TaskWarrior` in not in `tasklib.task` anymore, but in...

Current vimrc for NeoVim is a `init.vim` which is not supported by neovim now. Would it be possible to add it as default?