py - Pierre Yves Ricau

Results 91 issues of py - Pierre Yves Ricau

When LeakCanary traverses the graph to find shortest paths to GC Roots, it has an option to also compute retained sizes for nodes in those paths. When that option is...

type: enhancement

CoroutineContext is an immutable linked list but also, conceptually, a map. If we see a chain of coroutine context going through the `left` field (actually, maybe specifically CombinedContext) then we...

type: enhancement

Hello @ealden There was a bug posted on AndroidAnnotations : https://github.com/excilys/androidannotations/issues/98 I don't know if it's an AndroidAnnotations bug or a gradle plugin bug, but I thought it could be...

`curtains.WindowsKt#getWrappedCallback` currently supports unwrapping jetpack and curtains callbacks. We could add support for the AOSP WindowCallbackWrapper as well.

It does not make sense to use "complete = false" on a module if there is no missing binding. This can happen after refactorings, or copy pasting. While you can't...

I took the CoffeeModule example and added a random : ``` java @Inject String someString; ``` The FullGraphProcessor reported an error when started from Maven. However, it didn't report any...

question

`memInfo` is created two lines above, the code should check for memInfo.totalMem (defaults to 0)

CLA Signed

See the MAT Calcite plugin as an example https://github.com/vlsi/mat-calcite-plugin/blob/0695d1d3950e6ba915677e469750b4f8771a64b6/MatCalcitePlugin/src/com/github/vlsi/mat/calcite/Executor.java#L61 https://github.com/vlsi/mat-calcite-plugin/blob/0695d1d3950e6ba915677e469750b4f8771a64b6/MatCalcitePlugin/src/com/github/vlsi/mat/calcite/CalciteDataSource.java#L23 This could be a new set of APIs, as well a new Shark CLI command.

type: enhancement