Shao-Fu Chen

Results 6 issues of Shao-Fu Chen

After upgrading to 1.7.1, the compiler complained that `error[E0277]: the trait bound 'std::boxed::Box: std::borrow::Borrow' is not satisfied` I'm sure that it didn't occurred on `1.6.0` and `1.7.0`. But this version...

### Fixes: #14832 This PR makes it possible to directly get the virtual ip_addresses from FHRPGroup #### Example ```graphql query { fhrp_ips: ip_address_list(fhrpgroup_id: "1") { address } } ``` Responses:...

I observed a strange behavior. We run Prometheus on our Kuberentes, however, it usually gets stuck when Kubernetes restart the container. CRI-O logs: ``` Mar 27 22:35:38 k8s-sys-w1 crio[1364]: time="2024-03-27...

Currently, the ciphers implemented to encrypt/decrypt the private key are: - AES-128-CBC - AES-192-CBC - AES-256-CBC - AES-128-CTR - AES-192-CTR - AES-256-CTR - TDES-CBC However, official OpenSSH implementation supports more:...

Enhancement
Status: Future

TODO: - [x] Add some tests - [ ] Add codegen support - [ ] Documentation - [ ] `std::net::IpAddr` support? - [ ] `ipnet::IpNet` support? - Requires `sea-ql` to...

`SerializeAsWrap` is a convenient adapter which provide `Serialize` implementation over `SerializeAs`. However, `SerializeAsWrap` only store the reference to the data, which makes it not able to return data wrapped with...