Levente Orban

Results 66 comments of Levente Orban

Sad to hear about this. Okey, thanks for your help.

It would be super great. If I would like to try the microservice-demo with simple docker-compose it'll be easier with this information.

@NimJay yea I know, it' okey. Thanks for mentioning that to me.

Nice work! If you can shift any of these tasks I can help you in my freetime.

![iot](https://user-images.githubusercontent.com/9247788/41918606-fe73d354-795c-11e8-957d-51cddbdd6d29.png)

@LaszloLango I'll upload with your suggestions ;)

Any update on this? I would like to define a new V1Service object and the targetPort is an `object` type and I can't build it. Error: `Type 'number' is not...

> For any others reading this, this is how I hacked my way around this issue: > > `port.targetPort = (8000 as unknown) as object;` You are a real herooo...

> seems to be a broader issue with stubbing express app middleware before app gets loaded. > > https://stackoverflow.com/questions/41995464/how-to-mock-middleware-in-express-to-skip-authentication-for-unit-test > https://stackoverflow.com/questions/41392497/node-express-es6-sinon-stubbing-middleware-not-working > [sinonjs/sinon#1711](https://github.com/sinonjs/sinon/issues/1711) > > ended up resolving this by...