Eduard-Cristian Boloș
Eduard-Cristian Boloș
It would also be cool if you could include profiling around (un)archiving/moving the files around. Cheers!
I think that it might also be useful to be able to output a report with the usages locations, but I am not sure what would be a good format...
Just saw this, and "Remove `Fragment.readDataFromCache`" from the list grabbed my attention. Would this also imply removing `ApolloStore.readFragment()`? I am interested in this because our app relies heavily on being...
As a workaround, you can run `brew tap kardelio/easy-dumpsys https://github.com/Kardelio/easy-dumpsys` instead
Hi @skydoves, I've been also looking into some performance issues with Balloon tooltips in Compose, and one thing I noticed is that the `Balloon` composable takes a `com.skydoves.balloon.Balloon.Builder` argument which...
> @ecxod thanks for the feature request! > > To copy the stack trace text, one way to do that would be to toggle "raw stack trace" in the three...
Hi @MichaelSun48, that's great news! I'm personally interested in copying the entire raw stack trace, as then I can paste it in IntelliJ for further analysis. Cheers!
> [@eduardb](https://github.com/eduardb?rgh-link-date=2025-04-07T16%3A51%3A15.000Z) - we have a Command + Option + C keyboard shortcut that copies the event details in Markdown, specifically formatted for LLMs. (we'll be adding a UI entrypoint...
> [@eduardb](https://github.com/eduardb?rgh-link-date=2025-04-07T22%3A04%3A17.000Z) is the raw stacktrace something you can paste into intellij idea? I know some stacktraces with threads might still not be formatted correctly for that. @scttcper Yes. It...
Hi, @martinbonnin! Hmm, how would `data` look like for partial data? Would this work only for nullable fields, or would all the generated `D : Operation.Data`'s field be nullable to...