Romaric Pascal
Romaric Pascal
## What Find a way to log stdout and stderr to files while running the release scripts ## Why Terminal history only allows to scroll back so much and if...
## What We've been getting a couple of 'Request is already handled!' errors during our tests. Those are intermitent and seem to happen from [this custom request handler](https://github.com/alphagov/govuk-frontend/blob/9ff8f3aa1f34969266d660eb3c860cd84b353629/shared/helpers/puppeteer.js#L125-L130) not checking...
## What Spike to discover: - which informations on our API [Typedoc](https://typedoc.org/) can provide us in a format we can then integrate in our docs (hopefully JSON or similar machine...
## What Review our components for how they handle falsy value for their nunjucks options expecially if they make a diffence between `null`, `undefined`, `false`,`0`, `''`. If there is a...
## What Establish conventions shared by our different components' JavaScript API, both from the perspective of: - architecture (eg. events or callbacks? composition or inheritance? [getter/setter properties](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get) or `get.../set...` methods?...)...
## What Review whether the issues in the 'Done when' section, some of which date from quite a while, are still relevant and if not, if they can be closed...
## Brief Design public JavaScript features to be provided by GOV.UK Frontend, both for interacting with components (methods, events, callbacks) and for building components that do not exist in GOV.UK...
## What Design a public API for each of our components as a base for discussion with the community and other teams. This includes: - methods - events - new...
## What Investigate to which extent we may make our components more easily usable with component frameworks like React, Vue, Svelte, or Angular. Depending of what we want to facilitate,...
## What Expand the testing of keyboard interactions with our tabs component to include: - navigating past the first tab with the right arrow - navigating pressing the left arrow...