Sergio Gurillo Corral

Results 7 comments of Sergio Gurillo Corral

@VahidNZ I could convert it to base64 & send it to ws. I'll share my code asap. I'm don't have my laptop now

@VahidNZ here is the code ``` /** CONVERT BLOB TO BASE64 */ const blobToBase64 = (blob: any) => new Promise((resolve, reject) => { const reader = new FileReader(); reader.readAsDataURL(blob); reader.onload...

Could you solve this issue? I'm trying to fix it. Above answer did not work for me

Finally I could fix it! onStop callback worked for me. My guess for the blob coming as text/html is because doing the fetch when the blob is not created yet,...

@RambousekTomas you are my fucking hero, I was about to throw my laptop out of my seventh floor window.

@anupam-basu would you mine to share your alpha.lua config? or your full nvim conf folder