Kai Ren

Results 254 comments of Kai Ren

@bikeshedder I think moving the repo to `deadpool-rs` org is OK as will allow maintainership scaling more easy and obvious. But I don't think that splitting the current monorepo to...

@eapache sounds OK, but sometimes (as in my example above) just closing channel is not enough, we also need to read all the values from internal buffer.

@michilu I can barely imagine how that can be applied in this situation. Would you be so kind to provide a sort of sketch/pseudocode to illustrate your idea?

@michilu yup, now I see... polluting channels with `context.Context` will give an ability to cancel inner runners of such channels. This definitely should work.

@evdokimovs @mrijkeboer I'd voe for a `Decoded` name. It's quite straightforward and understandable for me as an external user.

@mdwhatcott thank you for a comprehensive answer and making things clear. I've looked through gunit and even tried it a bit. However, I hasn't found it a better replacement for...

@amaurymartiny I'll try to find some time for it after investigating/fixing more important issues.

+1 for Vector @distol would you mind to such contribution? At least it can be feature-gated.

@viveksinghggits things to be done: - toolchain to derive usual Kubernetes manifests (in `deploy/kubernetes/releases/` dir) from Helm chart - GitHub Actions workflow to `helm lint` and release a Helm chart...