Christian Nicolai

Results 24 comments of Christian Nicolai

For now I reverted to the last known good via `apm install [email protected]`...

I encountered the same bug/problem (?) and currently work around this by: ``` ctx.cookies.set(myFancyNameVar, '', { httpOnly: true, maxAge: 0 }); ``` which is ugly since I don't want to...

That feature would be great as it looks like there are no tools delivering that (not even kubectl itself which learned `kubectl diff` in Kubernetes 1.14).

The function is a frontend to https://github.com/camunda/infra-ci-analytics-proxy (to avoid writing all the logic and authentication in Jenkins where no suitable GoogleCloud library existed). More details should be on https://confluence.camunda.com/display/HAN/CI+Analytics Conceptually,...

FYI: Your input is needd on [INFRA-3363](https://jira.camunda.com/browse/INFRA-3363?focusedCommentId=247258&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-247258), thanks!

Could I get a review from any of the codeowners @nkubala @tstromberg 🙏🏼 ?

@tequilarista sorry for the cold call but you seem to be able to merge PRs like #376 - would you mind looking at my PR?

Since this was also something that I want to see, I worked on contributing this feature in https://github.com/GoogleContainerTools/container-diff/pull/372 🎉

I would be interested in some way to tell deprecated manifests apart from normal ones for a certain Kubernetes version - it would be great to have some input here...