Deqing Huang (Devin)

Results 3 issues of Deqing Huang (Devin)

`$ vi a.txt:10 a.txt:36` I'm expecting it to open two "files", I can then use `:n` and `:prev` to navigate between them. With old version it is working exactly as...

https://basarat.gitbook.io/typescript/type-system/index-signatures#all-members-must-conform-to-the-string-index-signature ``` /** Error */ interface Bar { x: number; y: string; // ERROR: Property `y` must be of type number } ``` Actually this example is not error

Downloaded your index.html and found following error when trying to drag instant list item: Uncaught TypeError: e.target.classList.indexOf is not a function Then I realized that should be using `contains`, not...