Yu Zhang

Results 17 comments of Yu Zhang

I'm having the same issue. Before using `zsh-vi-mode`, I was using the `vi-mode` plugin of oh-my-zsh, which has a [VI_MODE_RESET_PROMPT_ON_MODE_CHANGE](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vi-mode#settings) option solves this issue. I wonder can we do something...

Same issue here. I'm on Windows 11 as well. I do have the "Apple Multi-touch Auxiliary Services" and "Apple Multi-touch Trackpad HID filter" in the device manager, however, "Apple Multi-touch...

@mcpguide it works! Thanks a lot!

Thanks for asking :) But the answer is no for the moment... And I think it's not easy to test about it...

@m1ome I'm so sorry for keeping you waiting :( I really love the way you implementing it! Please update `Nadia.Behaviour` and add related tests if you have time, then I'll...

Hi, @dog-64 Thanks for contributing. It seems your changes failed to pass the format check. Would you please look into it?

What's the problem if optional fields of `Nadia.Model.InputMessegeContent` are nil?

Well, instead of using empty string for optional field, I prefer to remove nil fields in request params.

I think this issue relates to this line: https://github.com/zhyu/nadia/blob/master/lib/nadia.ex#L635 Only nil field in the top level has been removed, a nil field in a non-nil field will not been removed....

in `drop_nil_fields` for a `map`, you should call `drop_nil_fields` on values of the map, not just return the non-nil value. `drop_nil_fields` should remove any nil fields recursively, it means you...