Heyward Fann

Results 26 issues of Heyward Fann

> So I'm noticing that the `Manifest.toml` files are present in `coc-julia`, which shouldn't be the case? I think this is on purpose. The idea seems to be that `coc-julia`...

- https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/dev/lsp-extensions.md - https://github.com/rust-analyzer/rust-analyzer/issues/4604 | Name | PR | Status | | --- | --- | --- | | SnippetTextEdit | https://github.com/rust-analyzer/rust-analyzer/pull/4494 | Done #252 | | CodeAction Groups |...

enhancement

https://github.com/redhat-developer/vscode-xml/commit/d2dd551b19359639ae9c2d0163e25b15ab5358cb

enhancement

## Paste the link of the GitHub organisation below and submit https://github.com/bytedance --- ###### Please subscribe to this thread to get notified when a new repository is created

> `error: Decorators are not supported yet` Any plan to support decorators?

classes

> Couldn't the logic be something like this? If `pythonPath` has been resolved to something in a virtualenv (e.g. `.venv/bin/python`). Store `const venvBinPath = path.dirname(pythonPath)`. And then when running `mypy`...

fix invalid path on Windows Closes https://github.com/fannheyward/coc-pyright/issues/1044

Closes #4872 only effect vim with `set nohidden`

This fixes issue like https://github.com/neoclide/coc.nvim/issues/4873 on Vim, but https://github.com/neoclide/coc.nvim/blob/392264f475aea82419b493cec368b0bcf5ca40ee/src/model/document.ts#L648-L655 won't called anymore. I've checked https://github.com/neoclide/coc.nvim/commit/930c6dc09c2c9db5d648d07033025d808283ec90, but still can't get the original logic, needs more tests. Before this change, vim couldn't...