Darin London

Results 5 comments of Darin London

This is actually a bug. According to [the official documentation](https://neo4j.com/docs/developer-manual/3.0/cypher/#query-where) a Where clause must be grouped with the specific match or optional match it relates to, before any other match...

Yeah, its not like AR. You might organise each match/optional match onto a list, and push each where onto a list of where clauses attached to the last match in...

updated to version `0.2.4` This still seems to need cluster wide RBAC, which my service contexts will never have" ```bash $ helm dashboard -n londo003 INFO[0000] Helm Dashboard by Komodor,...

I found that you can launch k9s with a specific context that you have created with kubectl, and it should not only work, but change your `.config/k9s/config.yml` active namespace ```...

this isnt as nice as using pr , but you can set the following 3 environment variables in your terminal session before running danger and it works. These are [Gitlab...