Michael Yagudaev

Results 48 comments of Michael Yagudaev

Since https://github.com/bubkoo/html-to-image/commit/471ad8d68afa4413104c7c931087cc71d73d4020 passed CI, is this issue still relevant @bubkoo?

I think this has to be set globally. ``` // ui.ts emit.configure({ nonNullOrigin: true }) ``` It is also useful for some messages to be shared between plugins I suppose,...

Hey Muly, off top of my head the first place to look would be any embedded images or videos. Figma introduced videos after I originally wrote this, so I never...

@whxcode I'm not entirely sure to be honest. I haven't tried working with the image data directly yet. I can give it a try when I have a moment later...

Hi Wang, thanks for the PR 😁. From what I can tell, you are trying to convert the Event-based model that the .fig file uses to the snapshot-based model that...

Brilliant work, @whxcode. Thanks so much for the info 🤩.

+1, all that is needed is to enable CORS. This can be as simple as exposing a commandline flag `--allow-cors` which would just return `Access-Control-Allow-Origin: *`. EDIT: on a second...

just tested it out and got: 'can't convert nil into String'. That is responding back to me after it attempts to send the file. Below are the sent headers: ```...

Well I am sure it is something small. If there are any small debug steps you want me to try, I'll give it a shot. I also wanted to use...