Nicklas Ansman
Nicklas Ansman
**Describe the bug** Dagger generates code that looks like this: ```kotlin @ScopeMetadata @QualifierMetadata @DaggerGenerated @Generated( value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev" ) @SuppressWarnings({ "unchecked", "rawtypes", "KotlinInternal", "KotlinInternalInJava", "cast", "deprecation" })...
A common issue I find is when using a `when` in a composable and not propagating the `modifier` parameter to all branches, typically when a new branch is added. For...
**What is your use-case and why do you need this feature?** There is an extension for encoding structures (`encodeStructure`) but no extension for encoding collection which would be useful for...
### Description After a recent robolectric update (possibly 4.14.1) we're seeing this being printed when running some tests: ``` ERROR: Failed to destroy temp directory java.nio.file.DirectoryNotEmptyException: /var/folders/08/4ywlgg256hv6d9jvsnxnw96r0000gp/T/robolectric-nativeruntime212045869758686408 at java.base/sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:290) at...
**Question** When using the v2 plugin, how does one actually version the current docs? The example shows how to configure the directory where the previous docs live, but now how...
We render diffs with a bit more detail than what Paparazzi does. Today this means we have to pass a completely custom handler which is a shame. It would be...
**Description** The `paparazzi.test.resources` system property points to the output of `writeResourcesTask` but it's not registered as an input. **Steps to Reproduce** When using test distribution from Develocity it will fail...
**Description** We use paparazzi to verify compose previews, some of which produce snapshots while others don't. When you run paparazzi on a module that only contains tests without snapshots the...
Firstly, it would be useful to be able to add the output directory to the sourceset directly using the output directory property. By doing so there would be no need...
- [x] I have updated Purchases SDK to the latest version - [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-android/blob/main/CONTRIBUTING.md) - [x] I have searched the [Community](https://community.revenuecat.com) - [x] I have...