Thomas Leese

Results 8 issues of Thomas Leese

This passes the store to the network interface so it can be used, for example, to get credentials from the store. Closes #169.

In our application we store JWT access and refresh tokens for the user in the store. We need this information to perform the network request. Getting the access token is...

In Whois 4.0, running the following results in a failure to lookup the domain. ``` irb(main):003:0> whois = Whois::Client.new => # irb(main):004:0> whois.lookup("gov.uk") => "\nNo such domain gov.uk\n\n" ``` When...

Postfix is an SMTP server that allows processes on the machine to send emails and they get relayed to an external SMTP server. It was added in ff718d1 and further...

See the `OrganisationFetcher` on how to manually fix these: https://github.com/alphagov/signon/blob/37504d59d74e3419158f863c2766db293df912c9/lib/organisations_fetcher.rb#L65-L76 https://trello.com/b/oPnw6v3r/govuk-tech-debt

I'm sorry I can't provide more detail in this card, but I wanted to outline two experiences I've found with the in page navigation. For example, if you go to...

bug

Regarding #708, when testing on integration this breaks the functionality of the selection box. It should be noted that the e2e tests and the unit tests are both showing as...

This updates the `enumerateAsArray` and `enumerateAsDict` methods to accept a row callback function that throws an error. If the function does throw an error it will be propogated to the...