cianx

Results 4 comments of cianx

Received similar messsage: iframeResizer.js:822 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('http://localhost:3000')

It appears the `-s` and `--save` are still not implemented in 3.0.1. Resolutions only specified in the lock file are not very user friendly as they cannot be easily observed...

Why is a code transform script messing with my source control?

I am seeing the same issue on [email protected] ubuntu 20.4 node 12.18.2 ``` const dayjs = require('dayjs'); const timezone = require('dayjs/plugin/timezone'); const utc = require('dayjs/plugin/utc'); dayjs.extend(timezone); dayjs.extend(utc); const now =...