davidnx

Results 5 issues of davidnx

The current implementation completely ignores alignment patterns other than the bottom right one, which causes significant unreliability when reading large (version 7+) QR's printed on non-flat paper. Even small amounts...

Stricter bounds validations Fix #650

bug

`checkIndexBounds` is too lenient and allows setting indexes from `0 .. count` inclusive, whereas really the only valid values are `0 .. (count-1)`. https://github.com/oliviertassinari/react-swipeable-views/blob/a12dd90f63372162bd461f293be1c240fe872ef0/packages/react-swipeable-views-core/src/checkIndexBounds.js#L9-L12 - [x] I have searched the...

# Bug Report In a generic function, a param that extends a mapped type doesn't properly support the type it extends. Casting such param explicitly to the same type that...