Yuan Fu

Results 126 comments of Yuan Fu

Indeed, but if `describe-function` does return the documentation, why would helpful error?

Probably not a hard one. I think the problem is just nobody has the time to look into it...

I think if you have some script that returns 1 and call it, the result will be considered false

I ran into the same issue. Apparently cmdswitch2 wants you to provide a "state_cmd". And it will call it on start up. Adding "state_cmd" solves the problem for me.

Thanks, I've fixed the table heads. As of performance, do you mean the time needed for each operation?

Just to make sure, because I’ve never done any performance comparison, you mean “the time it takes to insert 1000 pairs by evil-surround vs by isolate”, or the like, right?

Thanks. `frame-visible-p` also requires the argument to be a frame, so I think `frame-live-p` is better. If you want to submit a PR, I'm all for it. Or I can...

Here's some more info I found out: notice the timeout variable is `nil`. ``` 1: (SB-SYS:WAIT-UNTIL-FD-USABLE 12 :INPUT NIL T) Locals: SB-IMPL::DIRECTION = :INPUT SB-IMPL::FD = 12 SB-IMPL::SERVE-EVENTS = T...

Ok, the stream object's `deadline` attribute is `nil`. That's why there is no timeout.

Yeah, both read and write timeout are 20.