Elia Pellegrino

Results 10 issues of 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...

bug

Sometimes I get this warning: ![Schermata 2023-05-18 alle 14 45 53](https://github.com/u-wave/react-vimeo/assets/362016/e24af6a8-fdb6-4df5-b362-972986329416) 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: ![Schermata 2024-05-07 alle 15 47 28](https://github.com/lint-staged/lint-staged/assets/362016/e97fb71a-feef-4298-947d-bec687de3558) 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.

bug

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...