Gino Miceli

Results 362 comments of Gino Miceli
trafficstars

@anandwana001 FYI, in case you're looking for a good starter FR!

@rawbzz Can we find a graphic that's more relatable to our target audience for data collection (small-holder farmers, indigenous community members, and local staff)?

@hick209 So sorry, was moving too fast. That was Java - added a Kotlin example . @greyhairredbear The formatting in the above snippet was produced by Android Studio ktfmt plugin...

Confirmed, I upgraded to 1.1.0.49 and the outputs for this particular use case now match. There are still some differences, which I've tried to capture here: https://github.com/google/ground-android/pull/2456/commits The first run...

Good catch. I upgraded ktfmt-gradle to 0.18.0 and reformatted (https://github.com/google/ground-android/pull/2456/commits/9dc9da5b33a56f44daf19048ab7ceb57e1e3905e). Reformatting with AS ktfmt 1.1.0.49 still yields several diffs (https://github.com/google/ground-android/pull/2456/commits/e6a49740a0bbba721bd2f3dd0e0a473c11ed3626), but subsequent runs of ktfmt-gradle only modify three files (https://github.com/google/ground-android/pull/2456/commits/ea607277c5420397ec68d60d7217b17e12615e66)....

@codan84 Are you also seeing duplicate interface declarations in the resulting output for `$ref`s which appear in multiple places? I was trying to use `--no-declareExternallyReferenced`, but then individual files generate...

As a workaround to generate unique classes, the best I could come up with is merged them into a single file. This has the benefit of not requiring a root...

Thanks, @pwall567! I assume the type in `patternProperties` will only be checked at run-time, i.e., represented as an `Any` in generated code? If so I will probably still work around...

@shobhitagarwal1612 @JSunde Was this resolved?

Update: This design is still a WIP, but will be defined soon. I'll update here once designs are stable. @shobhitagarwal1612 FYI.