sladomic
sladomic
Downgrading TensorFlowLiteC to 2.2.0 worked for me 1. Downgrade your TensorFlowLiteC in /ios/Podfile.lock to 2.2.0 2. run `pod install` in your /ios folder
@akshathjain What is the reason of not merging this? What has to be changed in the PR for it to get merged?
You can use MemoryFileSystem for web and LocalFileSystem for mobile from https://pub.dev/packages/file. ``` dart final FileSystem _fileSystem = kIsWeb ? MemoryFileSystem() : const LocalFileSystem(); ``` See their example to create...
> ### Core Library > MSAL.js v2 (@azure/msal-browser) > > ### Wrapper Library > Not Applicable > > ### Public or Confidential Client? > Public > > ### Description >...
@jogrimst how can I fix this? I know, that we had a ScreenOnReceiver in the past, but this doesn't work if the app is closed. I already googled a bit,...
The display_temperature_night is a CM feature. So we either need to detect the OS and disable the function and/or use the Android own equivalent feature.
So even check the OS version? Aiaiai :)
@jogrimst Please retest since this issue should be fixed with #387
Ok, then this big is not fixed and would need to be adressed separately. Then it's really because of the CM version.
duplicate of #593