Dakoda

Results 3 comments of Dakoda

Just want to add that for point 8 you can use `rclone reveal PASSWORD_FROM_CONFIG` to view the password. Otherwise :+1:

Seems to perhaps be a race issue with the built in block scripts, I don't think it's specifically an issue with acorn/bud/sage. https://github.com/WordPress/gutenberg/issues/40202 Tried updating `setup.php` as per the suggestion...

I did also try modifying `domReady` provided by `@roots/sage/client` to closer mimic the Wordpress function like so ```ts const domReady: domReady = onReady => { window.requestAnimationFrame(function check() { document.readyState ===...