petertoth-dev
petertoth-dev
Wow! Smart, you can always learn something ... formula in PHP: ``` static function convert($value, $from, $to ): float|int { self::getExchangeRates([]); $from_rate = self::$fx_rates->{$from}; $to_rate = self::$fx_rates->{$to}; return $value*((1/$from_rate)*$to_rate); }...
Sometimes it's not about `watchman` even if the error tells that: If you've already tried everything (restart, clean build, watchman install, watchman reinstall, increase watcher limit etc....), your case might...
same for me, I didn't update the CPU cores.
same here .... but for me 8/10 fails now :( `getCurrentPosition` never retrieves with data however the permission is `granted`
@michalchudziak pls investigate this ASAP, this is extremely frustrating and we are blocked to release our app just because of this... this was the official plugin right?
`react-native-background-geolocation` is a terrible package with a really rude maintainer with no real support. If you ask a question you get bullied instead of an answer. The whole package is...
@wmonecke yes, so he is rude... if he has no time to communicate properly, hire someone who does... he is breaking the law with his "non refund" policy as well,...
@hassiebp May I ask for ETA? I am blocked by this.
@georgio-sd got any results? I am hitting this still 4 years later... it's so weird, I manually added 59 vars got no error on the webUI and now when I...
@armujahid Thank you for the workaround! For me, it seems using formatDate will override both `altFormat` and `dateFormat` so I can't print a user-selected format but send the unified format...