Hans

Results 63 comments of Hans

我设置的6秒。。两个号都被封了

先解释一下第三个,这个也很简单,因为用了call,所以实际匹配了显示绑定,所以当前this绑定了obj,那么输出的肯定是2。 应该为: 先解释一下第三个,这个也很简单,因为用了call,所以实际匹配了显示绑定,所以当前this绑定了obj,那么输出的肯定是5。

@mjbvz hi, do we want to add ‘Markdown links don't detected inside of commented code’ future and Additional testing? It looks like the skipped test cases are fine if they...

oops, I don't have underlining in the debug version

> Thanks for the pull request, @weartist! > > I genuinely don't remember why we were ignoring move events if the window was not the active one. I think we...

Providing a time profile parsing file, I opened three ZED windows during testing, one of which contained ZED's source code project, and the other two were slightly smaller, I'm a...

> Heya. It almost works, but there are other hotkeys that take over and switch it back into other modes. For instance, if you go into replace mode and start...

> I was just about to leave a comment, but @schacon beat me to it. I can't get it to work locally: `R` and then typing some characters doesn't really...

> Thanks for this! I'd love to pair with you to get this over the line: https://calendly.com/conradirwin/pairing, otherwise some notes below to get this to a mergeable state. > >...

@ConradIrwin Apologize, but I might need some of your help. I'm familiarizing myself with the vim mode code for this PR, and I've found the following method: https://github.com/weartist/zed/blob/7c93f6244d4013dd1967189d1ca7c3bd16b76538/crates/vim/src/state.rs#L147C1-L153C6 ```rust pub...