Patrick Dawkins

Results 134 comments of Patrick Dawkins

https://github.com/zalando/go-keyring/blob/9725ced9beac3f859c3657eec29871c53215ad8c/keyring_darwin.go#L47 `ErrNotFound` merely indicates that the secret was not found. You'd get that error when you just hadn't yet stored a secret. I am (and I think the OP is)...

That's an interesting use case. If you're logged in without tokens, there is something else you can use, which is the PLATFORMSH_CLI_SESSION_ID variable. This namespaces your login session. The default...

[Just adding context for now, I'll think about how best to support this] For new tunnels, currently, the port is selected as the next available port number, starting from 30000....

The command opens tunnels for 1 _application_ (inside 1 environment). Each application can have multiple _relationships_ (to services, e.g. mysql + redis), and the command opens tunnels for all of...

Oops, I didn't realise we did that yet. That will need a special case implementation in the CLI, as far as I can see.

> Customer reported a bug in the new version. That caused him to see the same numbers for every database/relation. Sorry.. what's the bug?

Still scratching my head over what the UI bug is. Do you mean the per-relationship usage? That is/was misleading, as the disk exists independently of the relationships, so you'd need...

This should be improved somewhere, but I'm not sure how. The problem is currently that Platform.sh's (git) server-side validation of the `.platform.app.yaml` file deliberately _does_ allow any root keys in...

I agree it would be nice. I don't think the API currently supports what we need for this... unless we just consider an environment named `production` worth warning about too...

> Surprised there's nothing in the project info that allows to detect this. Yes, there's nothing reliable that's in a user-accessible API, yet. The `ent-` prefix is a good point...