C-Bass
C-Bass
same thing happens with the accept method for example: ``` accept(file, done) { console.log(file.name); if (file.name === 'large.png') { const errMsg = "Naha, you don't."; console.log(errMsg); done(errMsg); } else {...
@MohammadaliMirhamed Vision does not support video, but what people are doing is splitting up their videos into still frames and uploading that.
Well I use the CLI to invoke the quick-save and quick-load because it's convenient for me and moreso because I have no idea how to create a sweet UI like...
And here is the api endpoint for creating a custom field https://docs.atlassian.com/software/jira/docs/api/REST/8.0.0/#api/2/field Is there any chance you could add these to your package pretty please @devmoath
Excellent thank you! I guess these are the NAGs I saw many references to. Would be helpful to drop that wikipedia link in the Readme IMO.. not everyone is familiar...
Same here.. why is this suddenly happening? Was this plugin working fine and then Cypress got updated and now it's not working anymore?
@adamiprinciples did you ever get your realistic avatar to work with Talking Head? I'd be very interested to try it out. Any chance you could share some GLBs if you...
Hi @TimPietrusky, sorry for not getting back to you sooner. However I will say that this issue continues to haunt me to this day.. I still haven't figured out how...
It seems to be related to the `/upload/image` somehow. I'm passing the same image, converted to base64, for each iteration of my loop. This isn't a particular big image, only...
I don't have a repo that I can share.. but let me explain in greater detail what I'm doing and maybe that will help. I have a Windows machine on...