Hossein Abbasi

Results 166 comments of Hossein Abbasi

I've checked the latest version ([v2.1.12](https://github.com/Drjacky/ImagePicker/releases/tag/2.1.12)) and it worked on API 30 (Android 11). Run the [sample app](https://github.com/Drjacky/ImagePicker/tree/master/sample) and let me know if it works or not.

@Poonam4789 1. Below code still works: ```kotlin fun pickProfileImage(view: View) { ImagePicker.with(this) //.crop() //.cropOval() .maxResultSize(512, 512, true) .createIntentFromDialog { profileLauncher.launch(it) } } ``` 2. I've used below config and it...

@ebaraiya Do you use https://github.com/QuickPermissions/QuickPermissions-Kotlin?

@ebaraiya Yup, it's that https://github.com/QuickPermissions/QuickPermissions-Kotlin/blob/2cc50df62f04a4d97e21b15f51b34acc3666ef75/quickpermissions-kotlin/src/main/java/com/livinglifetechway/quickpermissions_kotlin/PermissionsManager.kt#L135 Nothing to do with ImagePicker library.

@ebaraiya That library and version has issue with Android API 28 and above + to be published on Play Store (https://developer.android.com/about/versions/11/privacy/storage)

@dev-gvs I'll try to work on this but, always feel free to create a PR and do the change/feature

Full log: ```bash ➜ artsy git:(master) pip install -r requirements.txt DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If...

I've installed the tensorflow with pip3 and now, when I run `python3 main.py --num-iters 500 --save-every 50`, I get this: ```bash ➜ artsy git:(master) ✗ python3 main.py --num-iters 500 --save-every...

I've upgraded python with this command: `brew install python3` so now: ```bash Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to `python3`, `python3-config`, `pip3` etc., respectively, have been installed into /usr/local/opt/[email protected]/libexec/bin...