John Rodriguez

Results 163 comments of John Rodriguez

> Can't share my work repo. I imagine a project with a few modules, and running testDebugUnitTest on the top level project. Understandable that you can't share your work repo,...

How would this work with source sets? Snapshot outputs wouldn't go in `src/main` along with source files, but rather `src/test`. Also, I'd refrain from a Gradle extension which is more...

Please share a sample. Both CashApp and Register have 500+ modules and use paparazzi in a subset of modules. Without more information, I _suspect_ this is related to either another...

> It might be worth making the error message when lfs isn't set up more obvious in code. Using Git LFS is an implementation detail, so prob shouldn't be in...

what version are you using? I think this should be fixed on master with https://github.com/cashapp/paparazzi/pull/530, but it's unreleased, so I'd like to confirm whether there's work to be done here,...

@Chrisjc28 (or anyone) mind elaborating on the "why"? Would help prioritizing if some use cases were provided.

I've seen this before with usages of TestParameterInjector with custom provided values. In those cases, providing a toString method or implementing as a data class is the suggested fix.

> Thoughts on cutting something like a `1.1.0-2022.1-beta02` that folks could use with no guarantees? Absolutely! In general, I'm hesitant to support betas and canaries, but I think an exception...