hongyi-zhao

Results 160 comments of hongyi-zhao

Thank you for your explanation. See the following content of the `.lsp-session-v1` file: ``` werner@X10DAi:~/.emacs.d$ cat .lsp-session-v1 #s(lsp-session ("/home/werner") nil #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data...

In summary, based on the valuable discussion here, I figured out the [`company`](https://github.com/company-mode/company-mode), [`texlab`](https://github.com/latex-lsp/texlab), [`lsp-mode`](https://github.com/emacs-lsp/lsp-mode), and `lsp-latex` based completion, as well as the corresponding configuration with [`company`](https://github.com/company-mode/company-mode), [`texlab`](https://github.com/latex-lsp/texlab), and [`eglot`](https://github.com/joaotavora/eglot)....

@jkidd1 VASP is a closed source software. The VASP team never intends to cooperate with the open source community, and always has a superior attitude and arrogance. I have given...

@greschd > It's been a while since I installed either ABINIT or VASP Me too. > - do they come with a native interface to the latest Wannier90 version? So...

> For Quantum Espresso, there's no need to use special setup instructions. An example with `wannier90_full` can be found here: https://github.com/Z2PackDev/Z2Pack/blob/dev/current/examples/fp/espresso/6.2/Bi/run.py Running [`rg`](https://github.com/BurntSushi/ripgrep) under the examples' folder in the Z2Pack...

also see [here](https://groups.google.com/forum/#!topic/aiidausers/sRQoSEgGdQ0)

With the above code changes, I cannot see any difference about the output messages of this problem. I also noted the fact the daemon starting process maybe a time-consuming operation...

I use pyenv to install anaconda3-2020.02 and then based on the anaconda installed there I created two envs with ` conda create` located at `~/.pyenv/versions/anaconda3-2020.02/envs/test1` and `~/.pyenv/versions/anaconda3-2020.02/envs/test2`. And then I...