Nayan Dhabarde

Results 8 issues of Nayan Dhabarde

Performing AndroidSupportInjection.inject method in onCreate of Fragment Life Cycle can lead to inconsistencies when the fragment is reattached which leads to the issue in which androidInjector() in the fragment returns...

We got a crashlytics report this morning with the below stack trace: `Fatal Exception: java.lang.StackOverflowError: stack size 8192KB at java.lang.reflect.Constructor.newInstance0(Constructor.java) at java.lang.reflect.Constructor.newInstance(Constructor.java:343) at java.security.Provider$Service.newInstance(Provider.java:1635) at javax.crypto.Cipher.tryTransformWithProvider(Cipher.java:2959) at javax.crypto.Cipher.tryCombinations(Cipher.java:2891) at javax.crypto.Cipher.createCipher(Cipher.java:728)...

I am developing an application in which I capture and upload images. What I have observed is the Camera intent is always turning the photos captured in portrait to landscape...

Hi, I know that this is an iOS Vision framework feature. But I was wondering if you do know a possible fix for this. After updating to iOS 12, the...

I already have Java installed on my machine, I am trying to run examples for evaluation purpose. Screenshot: ![image](https://user-images.githubusercontent.com/24761808/55304258-3724c780-5468-11e9-98e8-f22786b64335.png) Please let me know if it is a short fix. Thank...

### Describe the bug Encountered this error with zero information, when using 'train_dreambooth_lora_sdxl_advanced.py', Traceback (most recent call last): File "/usr/local/bin/accelerate", line 8, in sys.exit(main()) File "/usr/local/lib/python3.10/dist-packages/accelerate/commands/accelerate_cli.py", line 46, in main...

bug

The following crash popped up today from root beer: ```kotlin Fatal Exception: java.lang.NullPointerException: at java.io.Reader.(Reader.java:78) at java.io.InputStreamReader.(InputStreamReader.java:72) at java.util.Scanner.(Scanner.java:572) at com.scottyab.rootbeer.RootBeer.propsReader(RootBeer.java:205) at com.scottyab.rootbeer.RootBeer.checkForDangerousProps(RootBeer.java:271) at com.scottyab.rootbeer.RootBeer.isRooted(RootBeer.java:44) at com.awantunai.app.home.HomeActivity$checkIfRooted$1$1.invokeSuspend(HomeActivity.kt:816) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at...

Hi, I am working on a prototype in which I need to create holes in a cylinder. Below is the original model I am using: ![image](https://user-images.githubusercontent.com/24761808/47289997-fef89d80-d61a-11e8-819c-3fefb3abc77f.png) After using subtract I...