zhanjunjie

Results 4 issues of zhanjunjie

How to set [tag] at service registration? My gateway configures dynamic routing based on service discovery (consul). The configuration method is to define routing policies through the [tag] registered by...

awesomeProject/ctx/ctx.go ``` package ctx import "context" type AOPHandler func(*AOPContext) error type AOPContext struct { context.Context args []any } func (c *AOPContext) GetArg(i int) any { return c.args[i] } func (c...

enhancement

--- name: zhanjunjie about: Suggest an idea for this project --- ### Is your feature request related to a problem? Please describe. There is an interface definition, and several implementation...

**Description:** The TextInput component does not trigger the system's input method (keyboard) when used on Android or other mobile clients. This issue prevents users from entering text via touch input,...