Michael Irwin
Michael Irwin
Yeah. I didn't see anything odd with the config either. Wasn't sure if you had seen anything yet or not. I ran `fs_usage` and `dtruss` (on a Mac) and saw...
I’d be happy to do this for ya! Happy Hacktoberfest!
Great question. I'm still spinning up on Go and the frameworks in place, so wasn't aware of that option. So, feel free to do it that way. I mostly just...
Would it be possible to go ahead and get this merged in until we figure out another (potentially better) route?
I actually just ran into this. The issue is actually Docker Cloud tries to autodiscover the endpoint, but can't figure it out. When specifying the endpoint, it doesn't work because...
If we decided to go the non-container route and do it straight from the UI, I'd be happy to out something together. Question... Where's the feedback going?
If were to go the container approach, I recommend having the container run a command that interactively gets the feedback using console input. Something like... ``` docker run -ti pwdfeedback...
I could add a help button next to the settings button that launches a dialog with some info like this. The help screen could launch on the first time a...
I'd be cool with that idea if the routing rules is general enough to support use cases in which 1) the routing is internal-only and 2) applications are non-HTTP based....
Hello all! Finally chiming in! 😄 I was thinking about the use case in which multiple services might be using the same route definition (like canary deploy or A/B testing)....