大可

Results 37 issues of 大可

At present, there is a problem. When there are multiple tags, the random order will cause changes when regenerating the code, even if the proto file is not modified.

**Describe the bug** A clear and concise description of what the bug is. - Default View Mode - Full View Mode **To Reproduce** Steps to reproduce the behavior: - download...

bug

When we change the examples/chat below, it's not hard to realise localCache and scaler are mutually dependent, which would lead to a stack overflow. ``` type localCache struct { weaver.Implements[LocalCache]...

bug

I have a project here, [github.com/hnlq715/struct2interface](https://github.com/hnlq715/struct2interface), which converts structs into interfaces. I'm looking to take it a step further—being able to automatically generate mock structures based on interfaces. Currently, I...

wishlist