Igor Omelchenko
Igor Omelchenko
Having similar issue
Any updates on that? In my case looks like the Recaptcha is "solved" and the corresponding string is added to the `textarea`, but Recaptcha still remains on the page. Is...
I've found a workaround for this issue. Consider the following code: ```js const zip = new JSZip(); const currDate = new Date(); const dateWithOffset = new Date(currDate.getTime() - currDate.getTimezoneOffset() *...
> I am also having the same issue on macOS. @MEGApixel23 workaround works but I am just not sure why the author of the library is not providing a way...
Hi there! I'm having a similar issue. In my case, I'm using the ```serverless``` framework + ```serverless-appsync-plugin```. Luckily in the configuration, we can explicitly specify one file to use as...