py - Pierre Yves Ricau

Results 91 issues of 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...

type: enhancement

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...

type: documentation

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`......

type: bug

Also added the now required "description" parameter when watching instances. # Before ![image (56)](https://github.com/uber/RIBs/assets/557033/8fa30c1a-760c-4951-8930-2f94746f7e9f) # After ![image (55)](https://github.com/uber/RIBs/assets/557033/4a5193d7-056f-4bb3-8ca6-ab50488a4762)

Android

### 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...

backlog
wip

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...

bug

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...