eh-steve
eh-steve
**Summary of Changes** 1. Added `r.GetVarNames()` function to list all vars a route might need in order to call `r.URL()`
Update kratos helm chart to allow overriding default entrypoint to support exporting environment variables using dynamic secrets. The immediate use case is for getting a dynamic DB connection string issued...
#### Description Previously, if a client submitted a certificate, any session resumption would be ignored in order to mitigate indefinite extension attacks as per https://curl.se/docs/CVE-2016-5419.html, but this prevented improving performance...
#### Description As per [RFC4347](https://www.rfc-editor.org/rfc/rfc4347.txt) 4.2.4.1 (excluding reset after long period of idleness) > Though timer values are the choice of the implementation, mishandling > of the timer can lead...
Previously, compiled code which used type assertions or switches wouldn't always work as expected, since duplicate `*_type`s would be present in both the main module and the object file, and...
When creating/destroying 1000 ACLs: ### On a real cluster with ~80k ACLs #### Provides 89000% speedup for ACL creations (~8000s -> ~9s) ### On a fresh cluster with no ACLs...
This is mostly a rebased commit history of #62, plus the addition of a new `jit` package to allow compiling and loading Go files/packages/text, and recursively resolving their dependencies. This...
This PR adds 4 new features: * A new `I2cSlaveDeviceTreePath` protocol to allow the lookup of the device tree path of any `I2cIo` device using its GUID and globally unique...