Suyash Srivastava

Results 8 comments of Suyash Srivastava

The section : [Account Lockout](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Authentication_Cheat_Sheet.md#account-lockout) under the countermeasures of Automated attacks already explains the possible login throttling methods. What we can do is change the name to Login throttling. @jmanico...

> Type check, linter and unit tests are failing. Hey @keithwillcode, thanks for the review, the tests and lints are failing because I accidenly commited a different yarn.lock, which was...

> Thanks for your contribution @suyash5053. > > I noticed one of the app keys needed is `userId`. This isn't scalable because those keys are applied to all users that...

I have started working on this issue.

Hey @Lovelyfin00 , yup I'm still working on this.

Hey @cry0genic , though I dont think you need this now, but Since I had to do something similar I found an answer for you, the problem is `chromium --remote-debugging-address=0.0.0.0...

@YanchuangJin Thank you for the kind words! I’m glad to hear my solution helped.

Just curious, instead of considering the scrollSize as scrollNode [here](https://github.com/adobe/react-spectrum/blob/27e5ef1b71b3d383dd656ca8d3be3ecaea95b117/packages/%40react-aria/overlays/src/calculatePosition.ts#L484), can't we consider height?