Lucas Kent
Lucas Kent
I cant merge any PRs on my project at the moment since it seems that the cla-assistant service is down. For example: https://github.com/shotover/shotover-proxy/pull/1849 Sometimes this kind of issue pops up...
If I run `cargo hack --feature-powerset --at-least-one-of foo,bar` where foo is not a feature of the project, foo will be dropped and the command will complete successfully. This is surprising,...
TODO: fix deadlink in readme
New rust releases are always backwards compatible. So, rust uses the concept of editions to allow new features and cleanups that alter existing semantics. Editions are opt-in and enabled by...
We should write an integration test that does the following: 1. perform a regular hot reload scenario 2. write variants of this test that kills the **new** shotover immediately after...
Since the shotover hot reload project is in a fast moving prototype stage, I'm going to keep a list of items here that I discover while reviewing PRs that should...
In https://github.com/shotover/shotover-proxy/issues/1924 we refactored sources to use a single type to hold the task handle. While reviewing Carl noticed further code duplication, this ticket will address that. In Shotover a...
If a transform forces a SELECT response that includes a UDT to be reencoded, the encoded bytes will be invalid. See https://github.com/shotover/shotover-proxy/pull/1928 for a reproduction of the issue. To complete...
https://github.com/shotover/shotover-proxy/pull/1931 was raised by dependabot due to a minor security issue in `tracing-subscriber`. A patch release was issued by `tracing-subscriber` to fix the issue. Usually all it takes is a...