Vy-Shane Xie

Results 14 comments of Vy-Shane Xie

I have also been looking at integrating dex with an external user service, and have arrived at a similar solution: A connector that implements the `PasswordConnector` and `RefreshConnector` and talks...

I will definitely use this feature in the NIO version. I'm writing a library that integrates Swift gRPC with Apple's Combine framework, and I'm currently going over the network for...

Would love to zio-grpc gain see back pressure support. Any blockers to getting this PR merged?

You're right, I didn't consider configuration changes in this example. I should probably have locked the screen orientation to portrait. Doing a `setRetainInstance(true)` in `WeatherFragment` would be the preferred solution...

I was not too concerned with the usability of this app to be honest. This is most definitely not a production-ready app. Thanks for caring enough to open an issue...

@screeley44 do you get a list of IP addresses when you do a `dig cassandra-peers.default.cluster.local` from a Cassandra container? What's the output of `oc get namespaces`? It's possible that Openshift...

It looks like DNS is not working for services. Is the [DNS addon](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/dns) enabled for the Kubernetes cluster?

Do you see any log errors when you tail the cassandra pods?

Are you using Docker via Docker Machine/boot2docker? If so you could try configuring VirtualBox to use the proxy.

I'm not sure I like the idea of a settings file. I would prefer simply having the Docker registry and route setup as optional scripts in the `scripts/` directory for...