voldikss

Results 54 comments of voldikss

I think it should be ```diff -type MyReadonly2 = Combine +type MyReadonly2 = Combine ``` Since `x` is a superset of `readonly x`, `T & {readonly [S in K]: T[s]}`...

How about ```typescript type Includes = V extends U[number] ? true : false ``` is it a correct solution?

You can use `autocmd` command to change current working directory, and I've tested that it has no conflicts with vim-dirvish. ```vim set noautochdir augroup auto_ch_dir autocmd! autocmd BufEnter * silent!...

@hwgao You should use the word you want to grep instead of `` BTW, `-n` is recommended.

/assign @voldikss I will implement this when I have free time.

Ran into this issue when I use [asyncrun.vim](https://github.com/skywind3000/asyncrun.vim) to run python code in a split terminal window. When I closed the terminal, this error occured.

Hi, I just wrote a simple vim plug-in for wenyan-lang. See https://github.com/voldikss/vim-wenyan

@XAS-712 linux也可,只不过需要相应的chromedriver