jdhao

Results 188 comments of jdhao

@mdonahoe see my issue [here](https://github.com/hMatoba/Piexif/issues/95) for a dirty workaround.

@nkacoroski you may have to check the source code and see what data type it expects.

@nkacoroski When piexif gives an error, there are stack traces, you should be able to pinpoint which source file to look at. Read the relevant [source code of piexif](https://github.com/hMatoba/Piexif/tree/master/piexif) and...

I am also seeing this error, the env is: + Ubuntu 18.04 + CUDA 10.0.130 + pytoch 1.2.0 + gcc 7.4.0 I find that at least commit `5b71d3695bf39` can compile...

@cjns1989 `set cole=0` will disable conceal for all the Markdown elements. I want to disable conceal for code blocks only.

我在 Windows 使用这个 issue https://github.com/rime/rime-emoji/issues/6 提到的方式,安装 emoji 成功,😄️

写错了,没有 `./`,总之上面的两个命令在 Windows cmd 里面运行会出错。

那在 Windows 里面如何把 emoji 方案 patch 到现在使用的「输入方案」呢?

For anyone coming here and also uses neovim, the support for pyls in nvim-lspconfig has been removed today, see detail [here](https://github.com/neovim/nvim-lspconfig/pull/1074).

It seems that flake8 is not enabled by default in pyls. I am currently using [vim-lsp](https://github.com/prabirshrestha/vim-lsp) with pyls, the following config works for me: ```vim if executable('pyls') " pip install...