Ian Brown

Results 21 comments of Ian Brown

@shayypy, as my code is no different to yours, maybe you could try one of these options: 1. Add an error handler for the YouTube player: ```js player.on("error", (ev) =>...

Luxon v2 - https://moment.github.io/luxon/#/moment?id=humanization ```typescript import { DateTime } from 'luxon'; const isoDate = '2021-08-26T08:19:40.342+00:00'; const ago = DateTime.fromISO(isoDate).toRelative(); console.log(ago); // '8 hours ago' ```

Oh wow, a problem since 2021! Looks like there is no hope for a fix. @mikebrandl

Some fixes suggested for other frameworks on this issue: https://github.com/ckeditor/ckeditor5-vue/issues/262#issuecomment-1783054790

> Unfortunately this issue is a combination between a core terraform issue and a GCP issue, and is not resolvable. :( > > The two issues are: > > *...

Or in your `package.json`, provide the hint: ```json "overrides": { "type-fest": ">=2.10

👋 PR ready: https://github.com/testing-library/vue-testing-library/pull/320

Would this action suit you better @dcopso? [tj-actions/changed-files](https://github.com/tj-actions/changed-files)