Adam Royle

Results 13 comments of Adam Royle

Can you tell me which command fails when someone is locked out? I'm guessing it's the `await page.waitForResponse('https://www.ing.com.au/api/token/login/issue')` At the moment it uses the default timeout of 30 seconds. I'm...

This would be a good addition to `gleam fix`. It would be ideal if it could look at dependencies as well.

@100phlecs Instead of using concatenation, I prefer to use the list shorthand which doesn't require leading or trailing spaces. ``` ``` > It sounds like we're taking advantage of the...