Mandar Devarshi

Results 5 comments of Mandar Devarshi

## Proposal While comparing with other pages I feel there was just `` missing around child components in the [`BasePaymentsPage`](https://github.com/Expensify/App/blob/1bca7a4e6f0affb2a13e4697aa5803820cfeb863/src/pages/settings/Payments/PaymentsPage/BasePaymentsPage.js). Please check. > Tested on v1.2.12.3 > Could reproduce the...

@eVoloshchak For iOS there is `alwaysbouncevertical` prop could this be of any help here to make things consistent across platforms ? [See here @ `react-docs`](https://reactnative.dev/docs/scrollview#alwaysbouncevertical-ios) [See here @ `apple-docs`](https://developer.apple.com/documentation/uikit/uiscrollview/1619383-alwaysbouncevertical) >...

If you export any document to html that have anchor links to a heading you will find that **id** of that HTML element is the entire heading in lowercase with...

See if this helps https://github.com/nodejs/docker-node/issues/1915#issuecomment-1589387922

Although this is for `Debian` the same should work for others. Can also use `dpkg` instead of `gdebi`, just find a place to get the correct libssl1.1 package from. ```Dockerfile...