Elia Pellegrino
Elia Pellegrino
Hello, when I query the image block like this: ``` ... on CoreImageBlock { attributes { ... on CoreImageBlockAttributes { url width height className sizeSlug caption } } } ```...
Hello, I actually can't upload any images to Wordpress due a permissione limitation. could you please help me? thaks
**Is your feature request related to a problem? Please describe.** When you scroll the page the cursor don't update its position **Describe the solution you'd like** When you scroll the...
Sometimes I get this warning:  Seems related to Vimeo itself: https://github.com/vimeo/player.js/issues/688
### Description Lint stage doesn't find any staged files. This is what I have as staged:  and this is what lint-staged says: ![Schermata 2024-05-07...
On ios after the fullscreen forced by the OS, when you go back to the application the navigation stay hidden.
Hi @schollz, thanks for this amazing mod! it would be possibile to edit the script to have also audio out through usb?
### Describe the bug If I use component to let the user change the language of the website, I get a strange behaviour: - first click the url is updated...
Hello, I'm trying to implement the node version like this: ``` // Convert photoSrc base64 to blob const photoSrcBlob = new Blob([Buffer.from(photoSrc, 'base64')], { type: 'image/png', }) // Removing background...