Cody Vandermyn

Results 13 comments of Cody Vandermyn

I appreciate the information and understand that something like this may have far reaching implications. Is there anything I can do to workaround this in the meantime?

@Rivukis Maybe you should update your tests to use the scenario you described with a view and a view controller? Then it may be more clear that when something changes,...

I've found that forcing the snapshots to be taken in sRGB seems to work. I do this in the device descriptions: ```swift public static func iPhoneSe(_ orientation: ViewImageConfig.Orientation) -> UITraitCollection...

> I've found the fix for this. It's not ideal, but it seemingly works for the moment: Run both Xcode and the Simulator in Rosetta. To run your simulator in...

I really like this idea. Right now the fact that SpanContext is essentially empty in the opentracing interface is a little strange and leaves open too many things. Something like...

See https://en.wikipedia.org/wiki/Interface_(computing) sections: Software interfaces in object-oriented languages and Programming to the interface Basically, the point is so that users of the interface do not need to know about the...

I tried adding #699 to no change in effect. I'm noticing, also, that the `.derived_output_file_map.json` file is always `{}` even while using whole module optimization. It is written here: https://github.com/bazelbuild/rules_swift/blob/def553123dc56449ef7e1fa7ae8ed3440aec7a73/swift/internal/compiling.bzl#L2684-L2688...

Scenario 2, as described by @khappucino , is also assuming `--network-plugin=cni`, just that the "real" cni plugin that assigns IP addresses to pods hasn't been installed yet.

@grampelberg the cluster in scenario 2 is started up: 1) without a cni plugin configuration or, 2) the configuration has been deleted somehow or, 3) the kubelet has been restarted...

> It looks like we have some test failures. ~These failures don't look related to my changes? Or am I missing something? I can try to fix the nimble, resources,...