Ryan Lundy

Results 10 comments of Ryan Lundy

Would it help to have a concrete example to start from? I'm using JUnit 4 for Selenium tests. I want to run them in multiple browsers. I'm using test class...

I tried Fiddler to see what URL it was trying to hit and there's nothing there, even if I tell it to intercept and decrypt HTTPS. When I run the...

I've confirmed that the project ID is correct. Our phrase.yml file looks like this (but with the correct project ID, of course): ``` phrase: project_id: REDACTED push: sources: - file:...

Correct, we're using app.phrase.com, EU data center. We're based in Switzerland.

Doubtless worth noting is that some Phrase CLI commands do work correctly. If I use `phrase users user` for example, I do get back the details of my user.

I also tried adding `host:` to the .yml file: ``` phrase: host: https://api.phrase.com/v2/ project_id: REDACTED [...etc...] ``` But this gave me the same results; `phrase users user` works but `phrase...

It turns out that another employee at our company decided, without notifying anybody, to revoke the API key because he thought we should be using an API key tied to...

For starters, it would be helpful to include those links in the CLI push/pull section. Then, questions I would have would be about conflicts and who wins: - If there's...

So, can this error message be changed to include a button allowing us to clear the token cache? When you first get this error, it's not at all obvious that...