Akshay Kumar

Results 18 comments of Akshay Kumar

The onError callback returns an empty object {} when there is no error. I faced this issue and I am using the following check: `!!error && JSON.stringify(error) !== JSON.stringify({})` Proceed...

The recaptcha ref is null after `ref.current.executeAsync()`. The executeAsync call returns a token but it throws if I try to do `ref.current.reset()` after it as I am now trying to...

> I still have this problem, and I'm importing as the default. > > Edit: _Only_ for invisible recaptcha. Visible recaptcha works perfectly. Invisible recaptcha, calls to `current.executeAsync()` vanish into...

I have a monorepo with multiple applications. Every time I add a new application, I have to modify the stop command for the monorepo. This would really save me some...

Why would you convert cjs module to es when it is probably designed to be used with node where majority of stuff is cjs?

Can someone please guide me on how to bundle a lambda with an external directory. - lib - services - service1 - serverless.yml What should I put in the `serverless.yml`...

This is probably related to #6

You somehow need to convert all audio tracks into one before recording. check out web audio api, https://developer.mozilla.org/en-US/docs/Web/API/ChannelMergerNode

Where's the `AreaChart` component in [https://vx-demo.vercel.app/brush](https://vx-demo.vercel.app/brush)? Line 10 in the code.