Krisztian Litkey

Results 285 comments of Krisztian Litkey

> The feature would be a `Reload` API to be able to reload gRPC and Wasm plugins. I assume this can be done in two parts, because the problem domain...

@aojea @mikebrow @kad Unforteunately there is a cascading CF brought upon us by `v1.3.0`. It changes the golang type used for setting linux PID limit from `int64` to `*int64`. While...

> oh, thanks I was also trying to untangle this [opencontainers/runtime-tools#796](https://github.com/opencontainers/runtime-tools/pull/796), let me hand over to you since you are much more familiar @aojea Yeah, I will try. Unfortunately this...

Closing in favor of #243.

> > update the protocol description to reflect the increased max. message size > > I wonder if this is necessary. The protocol allows for 16 MB but then we...

@dmcgowan Here is my first stab at addressing the review comments: This now - is rebased on #171 which already has one approval and probably should go in first -...

> @dmcgowan Here is my first stab at addressing the review comments: > > This now > > * is rebased on [channel: reject oversized messages on the sender side(,...

Uhmmkay... my intention was/is not to turn this into a Battle of the PRs (#119, #127 and this). I simply ran into this message length limitation myself. But I did...

@dmcgowan @fuweid Updated to implement the stock error Wrap interface instead of grpc's GRPCStatus() as discussed in the last community meeting.