Build System
- Single dev container ([1677](https://github.com/ocadotechnology/rapid-router/pull/1677),
[`cc77ca4`](https://github.com/ocadotechnology/rapid-router/commit/cc77ca4f4b486af7df2ce3ad2e1bb841178e65b5))
* single dev container
* remove docstring mustache
- **deps-dev**: Bump zipp from 3.18.1 to 3.19.1
([1671](https://github.com/ocadotechnology/rapid-router/pull/1671),
[`d9ad19e`](https://github.com/ocadotechnology/rapid-router/commit/d9ad19e83b7ff60f22f61eee12815a488bb181b9))
Bumps [zipp](https://github.com/jaraco/zipp) from 3.18.1 to 3.19.1. - [Release
notes](https://github.com/jaraco/zipp/releases) -
[Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) -
[Commits](https://github.com/jaraco/zipp/compare/v3.18.1...v3.19.1)
--- updated-dependencies: - dependency-name: zipp dependency-type: indirect ...
Signed-off-by: dependabot[bot] <supportgithub.com>
Features
- Add language cookie ([1660](https://github.com/ocadotechnology/rapid-router/pull/1660),
[`bbdc543`](https://github.com/ocadotechnology/rapid-router/commit/bbdc5433d7cbd915ea26706bd8567244e434f857))
* add language cookie
* try adding delay to tests
* change order of steps
* test something out
* undo changes to see if that fixes the tests
* add back one change
* try new fix
* uncomment code
* try something out
* try something else
* Delete cookie on consent withdrawal
* Add missing value arg
* Unmute on cookie delete
* Add logs and remove mute cookie path
* Try simplifying logic
* Remove logs
* Merge branch 'master' into add-language-cookie
* Add try catch around OT code
Co-Authored-By: faucomte97 <f.aucomtehotmail.co.uk>