Kushagra Gour

Results 229 comments of Kushagra Gour

@LoganDark By any chance do you use any chrome extension which clears the site data (cookies, storage etc) once the tab is closed? Otherwise the donate popup should never show...

Right now the only way is to host it somewhere (eg. imgur etc) and use the hosted url. Else you can run a local server and get the image served...

Hi @davecamp6808! What is this about?

Thanks for contributing @PaulvdDool. I reviewed your changes and have a few points: 1. The cursor change on `` isn't required. `` already has pointer cursor. 2. I am curious...

What is automatically focusing/clicking? Some more information or a screencast might be helpful in understanding the issue.

Hi! Just to confirm, it is this line that causes the error: `console.log(promise1);`. Correct? When you say "promises not being able to access variable declared outside", do you mean something...

Sure. Actually the issue is that anything you pass to `console.log` gets cloned/serialized to be transmitted from iframe to top window. And `Promise` (and other things) can't be serialized, so...

opening this as this is an actual issue. Will look into this soon

@RuntimeTerror10 can you update here the status of this issue? Mainly about what are the blockers pending here.