Chris Ashton
Chris Ashton
## New Rule Checklist Before suggesting a rule for inclusion please make sure your suggestion meets these criteria for rule built into markdownlint: - [x] allows a user to lint...
Looking at [cy.yml](https://github.com/alphagov/whitehall/blob/dd881d9c71b6c4ae2f39821782a4a623f63ce71b/config/locales/cy.yml#L177-L183): ```yaml blog_post: few: many: one: Postiad blog other: Postiadau blog two: zero: ``` If we spin up a Rails console locally, and try out the Rails i18n...
## Cause Whitehall stores `link_check_reports` for each Edition, as a `has_many` relationship. This was [added in 2014](https://github.com/alphagov/whitehall/commit/2a894ac351449772146c9c3e908b48f779197549#diff-d3fa1c7c57a6cecf93de7f9fc3b8d294b148c1b1a209eda7ea1754b10e2bfb50R30) with little explanation. In the UI, we only ever expose the most recent...
👉 [Rendered version](https://github.com/alphagov/smart-answers/blob/adr-3/docs/arch/adr-003-outcome-centric-logic.md) 👈 ⚠️ This repo is Continuously Deployed: make sure you [follow the guidance](https://docs.publishing.service.gov.uk/manual/development-pipeline.html#merge-your-own-pull-request) ⚠️
Depends on https://github.com/alphagov/email-alert-api/pull/1534. This `govuk::procfile::worker` declaration refers to the new sidekiq_send_email.yml config in Email Alert API, introduced in https://github.com/alphagov/email-alert-api/pull/1534 This is largely a copy and paste of the existing declaration...
My team would really benefit from dynamic properties, e.g. ```js __(`title-${chosenSport}`); ``` Currently we have to work around the issue by manually maintaining a list of translations at compile time,...
Hello Tiago, I was looking into using this for my project but had difficulty with a few issues. I have a project which loads assets from two port numbers, i.e....
I tried logging into Signon, and accidentally put in the wrong 2FA code. When I then entered the correct 2FA code, I signed in successfully, but the error message continued...
This looks to have broken since around commit e20e7c3d91ca21319e55c705c5d8b57ba5f2d752 (see [failed deploy](https://github.com/alphagov/govuk-developer-docs/runs/6390082303?check_suite_focus=true)). Compare this with the previous working commit a038006f857b12ac095bd86af7a4929cbd04dbdf ([successful run](https://github.com/alphagov/govuk-developer-docs/runs/6390411487?check_suite_focus=true)). No obvious cause. Not _too_ much of a...
The `gh-pages` branch gets [built every hour](https://github.com/alphagov/govuk-developer-docs/blob/b0c0a6d958b82af36184794e5e9eaf5559262252/.github/workflows/ci.yml#L5-L6), and each commit is quite sizeable. Over time, this commit history amounts to many MBs (even GBs), making it slow to clone the...