Colin Rotherham
Colin Rotherham
## Description We're having problems with GitHub Actions `cache/restore` not working today, immediately after saving This PR adds `fail-on-cache-miss: true` to make sure we correctly stop the build when this...
## Description This PR closes https://github.com/nhsuk/nhsuk-frontend/issues/1354 ## Checklist - [ ] Tested against our [testing policy](https://github.com/nhsuk/nhsuk-frontend/blob/master/docs/contributing/testing.md) (Resolution, Browser & Accessibility) - [x] Follows our [coding standards and style guide](https://github.com/nhsuk/nhsuk-frontend/blob/master/docs/contributing/coding-standards.md) -...
## Description Draft PR to turn off various GPU and rendering flags Attempts to resolve small differences we're seeing between Macs ## Checklist - [ ] Tested against our [testing...
## Description Removes the `--dry-run` flag temporarily added in: * https://github.com/nhsuk/nhsuk-frontend/pull/1427 ## Checklist - [ ] Tested against our [testing policy](https://github.com/nhsuk/nhsuk-frontend/blob/master/docs/contributing/testing.md) (Resolution, Browser & Accessibility) - [ ] Follows our...
Part of https://github.com/nhsuk/nhsuk-frontend/issues/1237
In the later v9.x releases we marked various features with: ```scss /// @deprecated To be removed in v11.0, replaced by xxxx ``` Similar to https://github.com/nhsuk/nhsuk-frontend/issues/1406 we should remove these before...
Placeholder issue to bring in `params.describedBy` from GOV.UK Frontend: * https://github.com/alphagov/govuk-frontend/pull/1347
## Description This PR adds the TypeScript compiler to automatically discover code autocomplete suggestions etc Seems a shame not to use the published type declarations from NHS.UK frontend package E.g....
# Bug Report ## What is the issue? Do we definitely need to log all the 404 errors, especially for first time users The following errors are logged at startup:...
## Description This PR closes https://github.com/nhsuk/nhsuk-prototype-kit/issues/699 by configuring Babel to preserve modules Without this fix, Babel will transform `import` to `require()` ready for bundling We don't have a bundler ##...