Vincent Brison
Vincent Brison
Hi, It could be interesting to say that the plugin is mostly here to apply aspects. Can we add to the readme that if user is already using an aspectj...
Thanks for the awesome work. Currently the lib only support notification through Notify (check [`setCharacteristicNotificationsEnabledOnRemoteDevice`](https://github.com/Beepiz/BleGattCoroutines/blob/3a660829a476ea2727eecc392bad41c9b9f0246d/core/src/androidMain/kotlin/com/beepiz/bluetooth/gattcoroutines/GattConnectionImpl.kt#L171)). There is a second way of doing notification through [Indicate](https://developer.android.com/reference/android/bluetooth/BluetoothGattDescriptor#ENABLE_INDICATION_VALUE). From Android perspective it mostly...
Can be done using [official migration guide](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html)
KVM support could be useful for example for Google Android emulators https://github.com/google/android-emulator-container-scripts. KVM is supported on GCP https://cloud.google.com/compute/docs/instances/enable-nested-virtualization-vm-instances?hl=en Firstly we should list impacts of support KVM on GCP, like costs...
When having multiple side effects for a rxredux stream, if an exception occurs during the execution of the stream, the process will crash. The process wont crash if there is...
We could add no brainer linters for `docker` and `bash/sh`: For `docker`, we could use [Hadolint](https://github.com/hadolint/hadolint)? For `bash/sh`, we could use [Shellcheck](https://github.com/koalaman/shellcheck)? What do thing about it @sjcqs ?
Running Android emulator through Docker seems possible, for instance with this repo https://github.com/budtmo/docker-android. Even if running emulator on CI is far from optimal, as solution like Firebase Test Lab are...