Kyle Finlinson
Kyle Finlinson
If I understand correctly this library currently only measures frame rate performance, right? (How much time is spent building / rendering each frame.) It could also be extended to include...
It would be awesome if Sapling could be generalized to work with other git hosting providers. According to [JetBrains 2020 survey](https://www.jetbrains.com/lp/devecosystem-2020/team-tools/), 77% of respondents regularly use GitHub, 40% GitLab, and...
Most times when I use `verifyInOrder`, I'd like to also verify that the specified invocations are the only invocations. As the docs say, `[verifyInOrder] only verifies that each call was...
I've long understood how mixins could provide value, but it took me way too long to understand how to access state in the super class (which makes mixins far more...
**Describe what scenario you think is uncovered by the existing examples/articles** riverpod.dev/docs continues to evolve with the framework. Thank you! However, this can make it difficult to reference prior versions...