Laurence de Bruxelles
Laurence de Bruxelles
I tried using "result_file_regex" and "result_line_regex" as referenced [here](https://docs.sublimetext.info/en/latest/reference/build_systems/configuration.html#capturing-build-system-results) to get the outputs. Using ``` "file_regex": "^(?'filename'..*): .*:$", "line_regex": "^(..[^:]*):(?'line number'[0-9]+): (?'error message'.*)$", ``` in the build system I can...
Any chance of this getting merged?
Another example https://github.com/DEFRA/wtp-glw-prototype/
We're aiming to make the release on next Tuesday (2022-08-23), so it would be good to get these finalised and signed off by Friday (2022-08-19).
> Ready for team review: https://docs.google.com/document/d/1bl7R0kdTm9zC_x-tiZFYBlFeGEy3ChZs2bth7dMcWsQ/edit# By end Thursday please. Looks good to me, I don't have any comments
This is pretty cool! My main thoughts about this work (and the related piece https://github.com/alphagov/govuk-frontend/pull/2616) is how it is documented. We probably don't want to telling users about multiple methods...
We're aiming to make the release on next Tuesday (2022-08-23), so it would be good to get these finalised and signed off by Friday (2022-08-19).
We're not going to do this, at least for a while.
Ollie Chalk (security researcher, previously with GDS) has done some digging into this, had some suggetions: >I've had experience with Google flagging .[gov.uk](http://gov.uk/) services multiple times, as recent as last...
This feels like something that is part of the wider extensions story... I feel like extensions should be able to tell the kit to import macros into the base layout...