Yi Wang

Results 8 comments of Yi Wang

For the original question: Internally we haven't made any major changes since inception back in 2016. We've mostly been busy working on https://github.com/uber/needle and https://github.com/uber/motif We are just kicking off...

@Leland-Takamine can help answer the Android specific question.

Sorry for getting to this so late. Reading the original question, it sounds like there's a dynamic dependency that needs to be passed from a parent to a child. In...

Does using the standard exclusion work?

This may or may not yield concrete reduction in generated code. With the current implementation, since dependency providers directly access the source of the dependency object, each provider implementation is...

As discussed today, we might introduce a new "dependency packs" concept, such as the following: ```swift public protocol MyBaseDependencyPacks: DependencyPacks { var commonObj1: Obj1 { get } var commonObj2: Obj2...

This is a great point! The current sample is simply a port of Uber's internal training material. Internally we use Rx heavily, hence why that got ported over as well....

Does anyone know if Spinnaker can do blue/green or canary with HPA instead of ReplicaSet?