py - Pierre Yves Ricau
py - Pierre Yves Ricau
What to expect. # Changes to configuration * No more global config objects, no more XML overrides. * LeakCanary breaks down into small components that can be assembled and configured...
Reading this paper description: https://patents.google.com/patent/US6671707 Some of the descriptions are well worded and we should reuse those: > Java was derived from the C++ programming language. Java includes some other...
I've been following the same steps as always to publish shark-cli : ``` brew bump-formula-pr --url https://github.com/square/leakcanary/releases/download/v2.11/shark-cli-2.11.zip leakcanary-shark ``` But I get an error output ``` Running `brew update --auto-update`......
Also added the now required "description" parameter when watching instances. # Before  # After 
### Bug description As measured on Square's hardware, `Client.leaveBreadcrumb()` is unreasonably slow (for what it's supposed to do, which is store a breadcrumb in a ring buffer). ### Data Here...
Related to #22 and @ericmaxwell2003's feedback: while one can set up a custom logger that knows how to swap delegate loggers in and out, one challenge we found is that...
A delegation pattern makes it possible to delegate to multiple loggers, however concurrency is a problem, as well as the fact that if one logger says "is loggable" then we...
It be nice to have translations too. In french : "le cloud" => "mon cul"
Hi there ! I'm the author of [AndroidAnnotations](http://androidannotations.org), an APT library for Android projects. We currently suggest our Maven / Eclipse users to use the `maven-compiler-plugin` to get the build...
I just read this article : http://kerflyn.wordpress.com/2012/05/09/towards-pattern-matching-in-java/ Looks like there's something for FunkyJFunction here :) . Improvisation based on one of the examples : ``` java public static int funky_fact(final...