Anurag V

Results 4 issues of Anurag V

Instead of this `const pivotElement = array.shift();` // O(n) we should use `const pivotElement = array.pop();` // O(1) When taking the pivot as last element 2 test cases are failing....

enhancement

The `styled-components` doesn't acknowledge the `valign` attribute on the table cell . ## Reproduction https://codesandbox.io/s/styled-components-forked-zkigxf?file=/index.js https://codesandbox.io/s/epic-pare-yt3kzi?file=/src/App.js

I'm using `distroless/nodejs:14` in my docker file. The Snyk scanner shows a [Vulnerability issue](https://security.snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2426310) in my docker image which uses `distroless/nodejs:14`. The issue is arising from the `openssl` package for...

Hi, First of all thanks for this amazing library.There was an issue I was facing when using string values with `cast.sum` method.The problem was that my string values were not...