py - Pierre Yves Ricau
py - Pierre Yves Ricau
In [this comment](https://github.com/square/retrofit/issues/4255#issuecomment-2498624989): > don't see anything that really needs changed in the API. You can already do everything on the background thread if you want to. We simply don't...
This approach to fixing the converters is interesting: https://gist.github.com/cbeyls/df12d51c427541eaffe1f6686e5480e2 It seems like this would fix the issue of not having content length, while making sure that's still computed on the...
@jjliu15 can you share a sample leaktrace on api 35?
Yes, it's enough for it to run automatically, in your debug builds anyway.
@drchen sorry just catching up with GitHub notifications. That was a few months back so I don't recall all the details, but I did write this in the issue: >...
This is cool! The only thing is, I don't want to just do that for myself, I want to have a way for other engineers at my company to benefit...
temporary work around ``` /** * Blocks heap dumping while an analysis is in progress. */ class HeapDumpingAnalysisBlockingListener : EventListener { override fun onEvent(event: EventListener.Event) { when (event) { is...