Results 29 comments of Pedro Kiefer
trafficstars

I'm aware of the deprecations but unfortunately I don't have the time needed to refactor the code for ember-data 2.0. Would you be willing to send a couple of patches?...

@kdesterik I'll try to fix this soon, working on an ember-cli version right now.

It supports automatic reconnecting, but there is no support for a list of servers. I think it's simple to extend the reconnect code add this functionality though.

Maybe extracting the reconnect logic to another class, and make it composable, so one can have different heuristics for reconnection, like: - retry forever on one server (default) - try...

@mthenw cool! Do you have a draft of the architecture for supporting this? I might have some time to tackle this issue in the next few weeks, and having some...

Seems like the best way to handle this. I'm not sure if my scala skill is sharp enough to tackle this issue, with some mentoring and reviews I might be...

@remerle I gave it a try and implemented some basic allow list, tests are passing.

hmm... right, I used `yarn` in one of the stages, so it only builds the production version of the UI and that gets copied to the final image. So for...

> @pedrokiefer Would one of the intermediate images be usable as the development image? It would be nice to avoid separate Dockerfiles if we can. Not really, but I think...