Honsun Zhu
Honsun Zhu
If we want to implement ToSocketAddrs for a custom type, the ToSocketAddrsFuture should be pub use. Signed-off-by: Hosun Zhu
When the prompt includes non-ASCII characters, OpenAI needs to be correctly escaped to respond accurately.
The `winreg` that `xid-rs` uses for reading machine-id on Windows, has not been updated since last year, and currently depends on an outdated version of `windows-rs`. Now there has an...
Avoid this `#![cfg_attr(windows_raw_dylib, feature(raw_dylib))]` in windows-sys 0.48.0. The feature `raw_dylib` has been stable since `1.71.0`.
context.AbortWithError should be renamed context.AbortWithStatusError. And AbortWithError should not have code param. ```golang func (c *Context) AbortWithError(err error) *Error { c.Abort() return c.Error(err) } ``` Use the AbortWithError we can...
Impl: #2072
If a project uses a pre-process crypto provider, specifying the feature `tls-ring` or `tls-aws-lc` is not necessary; we only need `_tls-any`. Therefore, renaming it to tls would be more user-friendly...