py - Pierre Yves Ricau

Results 289 comments of py - Pierre Yves Ricau

Interestingly, running the command again provides me with a duplicate PR error pointing to https://github.com/Homebrew/homebrew-core/pull/131269 which was (manually?) opened by @chenrui333 ``` Running `brew update --auto-update`... ==> Auto-updated Homebrew! Updated...

They did I wish the automatic release would work instead of someone manually opening PRs.

Conversation on coroutines / flow for LeakTracer with Bill: ```kotlin package shark import kotlin.coroutines.CoroutineContext import kotlinx.coroutines.CoroutineDispatcher import kotlinx.coroutines.CoroutineScope import kotlinx.coroutines.Deferred import kotlinx.coroutines.Job import kotlinx.coroutines.async import kotlinx.coroutines.coroutineScope import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.flow.FlowCollector...

Could you share your specific example, what the leaky code looked like, what paths LeakCanary was showing you and which path turned out to be useful? LeakCanary shows a single...

Thanks, that's super helpful. Let me reason through this, I'll try to restate what you wrote, let me know if I got this wrong. #### Here's the reasoning: * CW...

@mauriciogg Can you open a PR? Would be much easier if you come up with the fix for your specific issue that you know works

> the viewmodel dependency needs to be updated and that triggers a bunch of other issues. What issues? Does the generated bytecode end up not being compatible with older versions...

ah so looks like we'd need to bump the kotlin version of LeakCanary first, which implies new major release. That's something I do want to do but it'll take time.

Thanks! Sorry it took me so long to review. If I understand right, your current plan is to retrieve the sources then run the jar command to get your own,...