jdhao

Results 51 issues of jdhao

**Describe the bug** This plugin works fine for small toy text, such as the following: ``` just for an test. ``` But for real Markdown file, when I use `:LanguageToolCheck`,...

bug

I have got scrolling artifacts on the screen on Windows after nvim-qt has been idle for some time. See the white vertical line in the blow image. ![image](https://user-images.githubusercontent.com/16662357/71157314-bf5c2e80-227c-11ea-88d0-17e1f2150d0c.png) Clicking mouse...

I installed the latest version of ferret both on Linux and my Windows machine with Neovim. On Linux, it works as expected. But on Windows, the command `Ack` simply does...

For example, if we use the following mapping: ``` inoremap ;; A; ``` We also experience lagging when we press `;` in insert mode. So we can also do the...

1. change in LSP table keys see https://github.com/neovim/neovim/issues/14090#issuecomment-1113956767 . 2. default changed to filetype.lua See https://github.com/neovim/neovim/issues/14090#issuecomment-1177933661 . 3. indexed `vim.cmd` https://github.com/neovim/neovim/commit/559ef3e90393a8f02c8350a9d60f4b7849815d97. 4. zero cmdheight: https://github.com/neovim/neovim/commit/663cbe2620278eae658895f82f3eb9bc89310e73 5. measure require() in --startuptime...

# nvim-lsp UTF-8 encoding issue When working with nvim-lsp in a buffer containing non-ASCII characters, I sometimes get the encoding related issue like the following: > Error executing vim.schedule lua...

upstream
self-created

# fuzzy finder and tags ![nvim-conf-tags-fuzzy-finder](https://user-images.githubusercontent.com/16662357/128589584-4036a1a2-2e0a-4bbe-8aaf-ff8b91644648.jpg)

self-created

See [this issue](https://github.com/JoosepAlviste/nvim-ts-context-commentstring/issues/31).

upstream
self-created

On the front page, it says use the following command to install chardtree with vim-plug: ``` Plug 'ms-jpq/chadtree', {'branch': 'chad', 'do': 'python3 -m chadtree deps'} ``` Specifically, the `do` command...

In the `train.py` file, [a tensor named `image` is pre-defined](https://github.com/meijieru/crnn.pytorch/blob/master/train.py#L98). ``` image = torch.FloatTensor(opt.batchSize, 3, opt.imgH, opt.imgH) ``` Later, the actual training data is loaded into this tensor using `loadData()`:...