Harvey Peachey

Results 9 comments of Harvey Peachey

Thoughts on using the Optimizely Event API, instead of using the hefty Optimizely SDK to send events client-side? Seems super simple https://docs.developers.optimizely.com/optimizely-data/docs/event-api-getting-started? Would save 100k in the bundle size if...

> Is it worth creating a new `ExperimentContext` solely for experimentation rather than passing the values through `RequestContext`? Just to keep it isolated more than anything. Can do if you...

# Investigation After further investigation, the cause of this issue stems from the font loading strategy used for Reith Qalam. We use the `font-display: optional` CSS property for our font...

Blocked until we decide on our font loading strategy for WS

ATI seems to be logging okay on opera mini: ![Screenshot_2024-04-29-11-20-16-22_81b5f59f81a9801c9f112972edbe649b](https://github.com/bbc/simorgh/assets/4706195/31e982e3-3e88-4fcf-89cc-622c0e88fa36)

> ATI seems to be logging okay on opera mini: Actually undici seems to be used in the nextjs app, however it looks like opera mini is surpressing console logging...

> > ATI seems to be logging okay on opera mini: > > Was this via the Opera mini emulator, or a phone? This was with my Oppo android phone,...

Currently blocked on minimum Node v18.18.0 version and minimum ESlint v8.56.0 https://github.com/typescript-eslint/typescript-eslint/pull/8377, we should upgrade Node to the latest LTS release

Currently blocked on minimum Node v18.18.0 [requirement](https://github.com/eslint/eslint?tab=readme-ov-file#installation-and-usage). We are currently using v18.17.1, we should upgrade to the lates Node LTS version which seems to be [v18.20.2](https://nodejs.org/en/blog/release/v18.20.2)