Nate
Nate
Facing issue while trying to play video on M1 mac. Using the same code base as iOS app. Video displayed as expected. When I click play button, video plays for...
## Description Change SwiftProtobuf lib name to avoid conflict with other Swift SPM packages. This will solve this issue: https://github.com/trustwallet/wallet-core/issues/2088 ## How to test Should have no change to functionality....
Sorry but i find that the sun azimuth must plus 180 degree so: function getAzimuth(H, phi, dec) { return atan(sin(H), cos(H) \* sin(phi) - tan(dec) \* cos(phi)); } must be:...