Congyu

Results 136 comments of Congyu

A temporary solution here: https://crates.io/crates/async-openai-types. Some structs related MultiForm are temporarily deleted.

I did some research. And it seems to me that merge operator is rather complicated. There is this distinction between full_merge and partial merge. How would you design the python...

> Unless use generic to generate nested HttpModules at compile time. Current Rust AFIT isn't dyn compatible, so Box not works. Oh right, that makes sense.

You've made a good point. I realized that maybe for the moment, that really means to maintain another repository, and would mean quite a bit more work. Thanks though.

@CharlesChen0823 Yes, I see that problem. For example during renaming, pressing `i` got that `i` omitted from the new variable name.

Upon renaming, disable vim key contexts, this should fix the problem.

Maybe something like a ringbuffer: https://github.com/agerasev/ringbuf

Certainly. Just suggesting the data structure and providing a reference here.

How is your timestamp structured, and what specific comparator logic do you need (bitwise)? And also, if this is to be implemented, what are some of the commonly used comparators...