Keags
Keags
The original request is really around having HLS intelligently expand any constructor that had a warning on "uninitialized record fields".
Looks like this needs to be rebased.
As stated in #9141 review, this is a NACK from me. If we do this we should tightly define the testing interface we want to conform to and then add...
> I found a bug in Result.UnwrapOrFail implementation. It used to return zero value in case of success. It should return the value stored. I put it into a separate...
> Maybe we should discuss whether we're happy with delving, it doesn't really seem like people are really using it for lightning discussion. How are you evaluating this? Afaict the...
This isn't a timeout issue if it's on a local network.
I think the ideal API here allows for two cases: 1. don't touch it: leave it completely unmodified, I don't even want to have to think about it 2. full...
> I'm happy to review a change fwiw, but don't have a compelling enough use case/opinion to write the PR. Seems reasonable. > Add a clear_custom_records option to clear custom_records...
Usually the only reason the OS will send an unprompted SIGKILL is for OOM.
> docker will send a sigkill if a sigterm times out so all we need to do is pair stop requests with signals. All signals that don't have a stop...