Kim Altintop

Results 164 comments of Kim Altintop

The information provided is objectively accurate, you are asking for additional information. It is more common to phrase such a request as a question accordingly, if you are unsure whether...

@weihanglo We’re doing something like this. You can also pass around an executor.

I suppose the confusion stems from trying to pass a branch name instead of a fetchspec (`src:dst`). Also, an empty slice implies that the remote has to be set up...

That second snippet looks very strange indeed. Is that completely unattended? Why is there an `untrack`? /cc @xla @FintanH

It is a bit unclear what you're trying to achieve here. I am assuming that you are aware that `radicle-link` is a peer-to-peer protocol, and thus it is nonsensical to...

For the latter to work, you would obviously need to be able to run those endpoints standalone, ie. without spinning up the p2p stack.

You can use k8s' `LoadBalancer` concept as a NAT device to translate to a 1-replica `StatefulSet`. Whether that's cost-efficient depends on your pain tolerance, and whether you are able to...

The issue is not the NATing per-se (well, fingers crossed), but that you need one LB (with one public IP) per instance if you want a fixed port (ie. resolve...

> For that case we won't be using fixed port, each instance/org will have a separate port. Then how do you make that work in the browser?

Ok, I guess I don't know what you're talking about then. Good luck! :)