Alexei Volkov
Alexei Volkov
Let's get a simple object with Id and Indexed field called name. Then fill it with two lagnguage values (russian and english in my case). Now make a query like...
* Device: [ Emulator iPhone 8] * OS: [ IOS] Install fresh app. Run following code, granting all required permissions on requestAuthorization phase. ```dart final permissions_pre=await health.hasPermissions([HealthDataType.STEPS]); // is null...
### Device / Emulator and OS - Device: [Mi 9T Pro] - OS: [Android 11 RKQ1.200826.002 MIUI Global 12.5.1] ### Describe the bug Asking permissions for ```dart [ HealthDataType.HEART_RATE, HealthDataType.DISTANCE_WALKING_RUNNING,...
It looks like the code in ready hook may not works properly and event js-api-load could be fired earlier than it is listned so the client is never loaded. ```...
Tyting to code some ideas with raylib inside termux but at first it fails to compile: ``` $ git clone https://github.com/gen2brain/raylib-go.git && go -C raylib-go/examples/games/life run . # github.com/gen2brain/raylib-go/raylib In...