py - Pierre Yves Ricau
py - Pierre Yves Ricau
This PR adds two menu items, `Broken Dialog` and `Fancy Dialog`. Those two open a dialog with an inflating view containing a coordinator layout with a collapsing toolbar with `exitUntilCollapsed`....
I picked the first theme available on GitHub pages. Would be nice to pick a better theme or at least customize it. Also a logo would be real cool. Open...
This is an example implementation for a blog article, not meant to be merged.
I'm filing this issue based on a leakcanary report found on Stack Overflow: https://stackoverflow.com/questions/66911405/toast-mnextview-and-framelayout-possible-leak-how-to-trace-the-cause The key interesting part in the leaktrace is: ``` ├─ io.flutter.embedding.engine.dart.DartMessenger instance │ Leaking: UNKNOWN │...
Jobs that are cancelled are expected to become garbage collectable. Unfortunately, TestCoroutineScheduler does not listen to any job cancellation signal. TestCoroutineScheduler keeps cancelled jobs in its queue (`TestCoroutineScheduler#events`) until the...
Do not merge, this PR is a repro case for https://github.com/Kotlin/kotlinx.coroutines/issues/3398
Uses Neo4j embedded and dumps every object in the heap dump in a single transaction, without any edges yet. Syntax: shark-cli --hprof PATH_TO_HPROF neo4j
When running JVM tests, it'd be nice to be able to use `LeakAssertions.assertNoLeaks()` and the associated junit test rule. Currently they're implemented in a way that can only run on...
Based on this comment: https://github.com/square/leakcanary/issues/2045#issuecomment-752390669 We can start surfacing general information about what's inside the heap. We can start with the metadata for now but this might need something better....