Jeff
Jeff
**Describe the bug** When the orientation feature is used, the face detection produces numerous empty arrays whereas without the orientation, the face object is produced every time. **To Reproduce** ```swift...
How do you decode the ABI-encoded log data in the way [web3.eth.abi.decodeLog(inputs, hexString, topics)](https://web3js.readthedocs.io/en/v1.2.11/web3-eth-abi.html#decodelog) does it? I found [ABIDecoding.swift](https://github.com/skywinder/web3swift/blob/5484e81580219ea491d48e94f6aef6f18d8ec58f/Sources/web3swift/EthereumABI/ABIDecoding.swift), but having difficulty using it. If someone demonstrate its use case,...
I'm currently using `KeyboardAwareScrollView` with `react-native-google-places-autocomplete` and only when the auto-complete component is within `KeyboardAwareScrollView`, the drop-down suggested addresses from Google does not respond to presses. When the aut0-complete component...