naixx

Results 21 comments of naixx

The issue is with value-processor It is needed to strip beans every time for this to fix. @evant , what is the reason that we have ```kotlin val allBeans =...

From the comment here https://github.com/google/auto/issues/84#issuecomment-77760148 the talk is only about abstract method (that are considered a property)

So, one method returns two types of objects? Wouldn't it be better to have separate method to check and explicitly return object of type `T`?

I also have this crash. Whenever you pause the app while transition is active - this happens. In my particular example I open a external browser

I suspect, it is not catched in `catch` as iI would expect, but in handler as you've mentioned

![image](https://github.com/user-attachments/assets/1d5cd93f-2686-464f-8116-dc8218d3c49e) Yeah, impgg install in deepskystacker

1.35.1 Calling directly Web3Modal.connect() or Web3Modal.authenticate()

I can't. The code works normally 70% cases. But occasionally on the subsequent calls I get crashes.

Another log. The call is ` Web3Modal.connect(Modal.Params.Connect(...))`. The crash happens deep inside wallet connect ``` at com.walletconnect.web3.modal.client.Web3Modal$connect$3.invoke(Web3Modal.kt:200) at com.walletconnect.web3.modal.client.Web3Modal$connect$3.invoke(Web3Modal.kt:197) at com.walletconnect.sign.client.SignProtocol$connect$1.invokeSuspend(SignProtocol.kt:130) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:113) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:96) at...