Brandyn Bennett

Results 14 comments of Brandyn Bennett

This is happening for me as well. I noticed it after bumping to `1.2.6`. When I put a debugger in the `confirmation` validator the `changes` value is always empty. I'm...

There are some frustrating browser timeout issues that have come up that I think should be resolved before this becomes part of the default Ember blueprint. For example: https://github.com/ember-cli/ember-exam/issues/131 ~~I...

I'm also running into this issue inside of LinkedIn's Base Page Renderer environment @twokul

I'm having the same issue using version `0.5.0`

@cibernox That worked great for me locally :) Unfortunately my CI environment doesn't have Chrome installed. I'd install it myself, but we have a dedicated team for deployments and it's...

From [NATS docs](https://docs.nats.io/using-nats/developer/connecting/reconnect) > All the client libraries maintained on the [nats.io](http://nats.io/)[ GitHub page](https://github.com/nats-io) will automatically attempt to re-connect if their current server connection gets disconnected for any reason. Upon...

# Resilient Connection Challenges https://docs.nats.io/using-nats/developer/connecting/reconnect 1. Discover a disconnection and reconnect automatically 2. Reconnect to any available server in the cluster 3. Connection wait time * Avoid thrashing by trying...

That sounds great. Thanks!