Physikbuddha

Results 5 comments of Physikbuddha

Check if your project is targeting the correct platform you're trying to run on. Most probably you're trying to run on an x86_64 emulator, but your supported platforms are armeabi-v7a;arm64-v8a;x86...

In theory it should work, unless the code moved to `finally` can cause some exceptions as well. But these methods seem to be rather small and well-tested (`$view->config()`, `$view->param()`), so...

Okay, I understand the general problem that we're faced with here. A few things and questions that spontaneously come to mind that I wanna share: - Is it possible that...

Okay, I will update our own plugins accordingly so that the invoice ID is shown to the customer as order number to keep the whole checkout process streamlined.

I ran into the same issue with .doc files today. The key issue is with how character data is read by the `MsDoc.php` reader. Word documents can store text in...