Jayson Wang
Jayson Wang
In my server, the polynomial computation gets about ~50% improvement. ```plain goos: linux goarch: amd64 pkg: github.com/restic/chunker cpu: Intel(R) Xeon(R) Platinum 8269CY CPU @ 2.50GHz │ ./old.txt │ ./new.txt │...
this PR fixes #2578.
Now, add a `--insecure` option to skip the SSL certificate validation. When the SSL certificate used by the rancher server is invalid, it will prompt `FATA[0000] Get "https://rancher.example.com/v3": x509: “dynamic”...
closes #2761.
this pr fixes #2746.
this PR fixes #2747.
This PR implements the features described in #2779.
Hi, When obtaining chains using methods such as `ListChains`, the `hookFromMsg` method directly returns a new pointer, which prevents it from being directly compared with defined values in the package...
**Describe the bug** Unable to load configs with custom types and as well as custom `UnmarshalYAML` implementations. **To Reproduce** 1. The code is ```go // // internal/config/config.go // type Config...