Mike
                                            Mike
                                        
                                    @blahah I'm not saying this is the best code ever written but here: ``` editor.isReady.then(() => { const styles = document.querySelector("#editor-js-styles").cloneNode(true); this.shadowRoot.appendChild(styles) }) ``` It would probably be nice to...
FYI I found many other issues with this working inside a shadow DOM. Had to revert to no shadow DOM.
Can confirm that running `yarn add [email protected]` then adding: ``` "resolutions": { "next": "12.2.4" } ``` to the `package.json` seems to have worked for me.
@linus-ha you can't remove things from package.json only add ...forever 😜
I think it's better to store dates as UTC and then convert this to local timezone in the front-end. I'm pretty sure that's the widely accepted best-practice.
What you really want is the ability to customise the admin-ui?
Pretty pressing for the Users route honestly.
@zachleat This seems to make sense and is inline with the other template shortcodes\functions. @christianzoppi to get this merged you will want to remove the `.DS_Store` files and add a...
I just spent about 30min going down a rabbit hole trying to figure out if something was possible and it appears it isn't - I thought I would share here...
I'd love to be able to define a custom resolution. For example resolve a font-size relative to the width of a container. Or resolve a text color relative to the...