Christopher Thomas

Results 55 comments of Christopher Thomas

Ah, i see what you mean now, it’s about peoples expectations they had before. Yeah you’re right, documenting this change and making people aware of this is the best solution!...

I don't think the factory method is a good suggestion, it means you inject an unrelated dependency just to acquire the dependency you want afterwards in a second step. So...

I kind of think we're talking ourselves away from a clean and effective solution to the behaviour towards one which is muddy and possibly more complex and strange. Adding interfaces...

Does the developer of this component realise that responsive design has been a thing for more than ten years now? And we are having to use pixels to specify widths?...

I'm also running into problems where I can resolve hostnames on my local machine but inside docker containers dns is failing to resolve and I'm unable to flush the cache...

@blazeeboy: I am running Sierra yes @Strech I did not actually try it in the end, I will explain. I spoke with the devops guy at my last company and...

I actually stopped using the project when I started to use docker for mac, sorry I can't help you more with this

To explain the setup a bit better. Imagine you have a group of 20 microservices programmed in PHP. They'd use similar libraries and probably use the same framework (lets assume...

1) All projects are in their own separate git repository, but either: - opened the parent directory of all the projects in vscode - use a workspace and add the...