Jon Uhlmann

Results 86 comments of Jon Uhlmann

Another point is that the media-ui cannot be tested and used with PHP 8 because `t3n/graphql-upload` is set to PHP `^7.3`

Currently, I solved this with this Javascript: ```js [...document.querySelectorAll('.sandstorm-mxgraph-diagram img')].forEach( (image) => { fetch(image.src) .then((response) => response.text()) .then((svg) => { image.parentNode.innerHTML = svg; }) .catch(console.error.bind(console)); } ); ```

@MiauzGenau Could you provide an example, so we can add it to the readme?

But how can you get the selection option from the creation dialog? With the parameter `$node` it seems not possible. The power of this signal was that you are able...

**Already in the making** - [ ] Disturber (Call to action) element - [ ] Blockquote element - [ ] Facts and figures element (With count up animation) - [...

Nope, that didn't help as I've already done it that way. I try to fix it in my fork, and it work if I moved the commands from the Dockerfile...

I try to add a test, but I failed: I've created a file named `import.css` in the folder `fixtures` with following content: ```css .foo { background: red; } ``` but...

I pushed the tests, even if the last two are still failing…

Hm, that's pity. Would it be ok for you to remove the failing tests and create a release anyway? This feature is crucial for me and it allows to remove...