Julian Aßmann
Julian Aßmann
The link to the Android demo (in section "Update") in the README.md, pointing to [https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/android/src/org/tensorflow/demo/TensorFlowYoloDetector.java](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/android/src/org/tensorflow/demo/TensorFlowYoloDetector.java) is broken.
It would be great to have [null safety](https://flutter.dev/docs/null-safety) for this plugin (see [migration guide](https://dart.dev/null-safety/migration-guide)).
Great package! I would love to see an option to set a gradient as the background of a `Neumorphic`, e. g. like this: ```dart Neumorphic( style: NeumorphicStyle( gradient: LinearGradient( begin:...
I tried installing `s3fs` via `brew` on a Macbook Air (late 2020), which has the new Apple Silicon M1 chip inside, by typing: `brew install osxfuse` (Restarting) `brew install s3fs`...
### Bug description When using jupyterhub with docker, the error "Spawn failed: Server didn't respond in 30 seconds" occurs when logging in as a user. This can be fixed by...
As the the react-navigation library now depends on this library, projects using react-navigation cannot be used on windows (see https://github.com/Microsoft/react-native-windows/issues/2033). Therefore it would be nice, if this library supported the...
## 🚀 Feature Requests A retry mechanism for when the initial download of a file over the network fails. This could be analogous to the fetch strategy implementation in the...
Android 13 introduces some changes that might affect this plugin: - [Foreground Services (FGS) Task Manager](https://developer.android.com/about/versions/13/changes/fgs-manager): The users can now stop foreground services - [Battery Resource Utilization](https://developer.android.com/about/versions/13/changes/battery): Lots of changes...
On android, add [ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS](https://developer.android.com/reference/android/provider/Settings#ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS) as an option to obtain excemption from battery optimizations, as declaring [REQUEST_IGNORE_BATTERY_OPTIMIZATIONS](https://developer.android.com/reference/android/Manifest.permission.html#REQUEST_IGNORE_BATTERY_OPTIMIZATIONS) might lead to a ban of the app in the Play Store, "unless the...
I often need to annotate PDFs, but there is not enough space for my notes in the PDF. I know I can create an empty page after the current PDF...