Andrew Grosner
Andrew Grosner
Any news on when you will implement this? It would be extremely useful.. Thank you
**Use case** To replicate the convenient functionality of using the normalized cache, the `HttpCache` should _also_ support this option. Currently, it only supports `CacheFirst`, or `NetworkFirst`, which means we only...
In a project using cocoapods, it would make more sense to include a `.podspec` file to this repo so we can include as a Pod.
Update's DBFlow to 3.1.1. Uses the new `FastStoreModelTransaction` on the simple address items, which is the fastest way to store data in DBFlow. Also set `orderedCursorLookup` in each table so...
**Description** We have a lot of modules, so we run our tests in parallel all at once. We have about 10 modules using paparazzi. Occasionally, the tests for Paparazzi will...
Hey 👋 , I am looking to use paparazzi at my company and I want to bundle a common testing library using Paparazzi device profiles: ```kotlin val phone = Paparazzi(...
### Use case At my current company, we do not expose API keys to individual developers. Instead we wrap them up with special access privileges behind our VPN network. We'd...
in 2.5.0-beta1, kotlin 1.9.22 I have an annotation in code that was mistakenly using old package name from a merge conflict. I tried compiling the app and anvil crushes the...