Adam Zerella
Adam Zerella
As a part of the new architecture epic we need to be able to dynamically generate the README.md file contents from each component. **[MVP]** - Install instructions generated - Description...
# Feature Request - [x] I’ve read and understood the [Contributing guidelines](https://github.com/govau/design-system-components/blob/master/CONTRIBUTING.md) and have done my best effort to follow them. - [x] I’ve read and agree to the [Code...
@sukhrajghuman has experianced issues with `webpack:4.29.6` and `babel-loader: 8-`where the `.babelrc` file that specifies the plugins to understand ES6 and JSX syntax isn't being used. This is fixed by updating...
As seen at: https://auds.service.gov.au/packages/core/tests/site/ we don't currently test the: ``` - au-color-error - au-color-success - au-color-warning - au-color-info ``` colors against the `AU-color-background-alt`, `AU-colordark-background-alt` or `AU-colordark-background`
There's a lot of emerging tooling out there where a designer can draft a component and then generate framework code. This could be a really powerful workflow we should check...
To scale our component library in the future we need a way to handle future framework forks (e.g Angular, Vue, Web Components) that are maintainable but still stay in sync...
With some components like `breadcrumbs` and the way we display `←`, `→` characters, this will only work with UTF-8 character encodings. If a user displays a webpage in some other...
The Terraform module `aws_db_instance` provides an argument of `storage_encrypted` which is defaulted to **off** when not specified. I think it would be a good idea if the https://github.com/alphagov/govuk-aws/blob/master/terraform/modules/aws/rds_instance/main.tf module here;...
It seems that Safari 12 is unable to apply SVG filters on both relative and external to `iframe` HTML elements with varying `src` and `srcdoc` attributes. The filter is either...
This PR is quite controversial as it refactors the project structure. Currently the web client is deployed using a very simple express server and is coupled to this for the...