siwee

Results 11 issues of siwee

Hi. @npgall The value of the field `name` is a fuzzy `pattern`, such as `John%`; I use SQL: `SELECT * FROM cars WHERE 'John Nash' like name`, but it throws...

### Version vertx-pg-client version: `4.2.7` ### Context Hi, developers I have a data analysis system. It needs to read a lot of data in real time. I control the size...

bug

#### Describe the feature Currently, the Webclient can only set a proxy server when it is created. But in some applications, such as: IP proxy connection pool application. This will...

enhancement

#### Describe the feature Create an HttpRequest and add the `Proxy-Authorization` header, but the proxy server cannot get the Proxy-Authorization header value when `CONNECT` request. Because webClient only supports username...

enhancement

Signed-off-by: aomsweet

### Verify steps - [X] 我已经在 [Issue Tracker](……/) 中找过我要提出的请求 I have searched on the [issue tracker](……/) for a related feature request. - [X] 我已经仔细看过 [Documentation](https://github.com/Dreamacro/clash/wiki/) 并无法自行解决问题 I have read the...

**Describe the bug** 黑夜模式下网络诊断页面显示白色 ![image](https://github.com/jerrykuku/luci-theme-argon/assets/70388114/83249ef0-1ebb-435c-bb34-b0ba0e7324d7) **To Reproduce** 打开网络 -> 网络诊断 **Expected behavior** 在黑夜模式下应该保持风格统一 **Openwrt (please complete the following information):** - Versiosn: immortalwrt 23.05 - Theme: argon - Version: 2.3.1 **Desktop...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - No **Describe the...

enhancement

目前ServerBootstrap和Bootstrap是各自使用单独的EventLoopGroup;这应该可以优化一下,使之公用一个EventLoopGroup,并不会产生性能问题。但是不知道原先如此设计的其他特殊用意了。