Alex Zolotko
Alex Zolotko
Closes #149 and #150
[Uber Protobuf Style Guide V2](https://github.com/uber/prototool/blob/dev/style/README.md#servicesrpcs) says: > Services should always be suffixed with API. For example, TripAPI or UserAPI. This is for consistency. "For consistency" argument is understandable, but it...
In my project, I'm trying to keep certain attributes by specifying `-keepattributes *Annotation*`. When there is no `-dontshrink` passed (shrinking is enabled), Proguard 7.0.0 seems to ignore `-keepattributes` and matching...
None of the following lines produces a desirable outcome: ```twirl @variable.`type` @(variable.`type`) @{variable.`type`} ```
It seems JGit's RevWalk doesn't support [Git alternates](https://git-scm.com/docs/gitrepository-layout#Documentation/gitrepository-layout.txt-objectsinfoalternates). This leads to sbt-git being unable to load projects checked out by TeamCity's VCS root that has "Use mirrors" mechanism enabled. For...