Miguel Barreto
Miguel Barreto
`brew bundle` shows prettified output with green colors after installing a package and no styling in case of the package being already installed, so it looks great. `brew bundle --verbose`...
[Remixer UI's test coverage is abysmal](https://codecov.io/gh/material-foundation/material-remixer-android/tree/56f688a60900964da3987b9af2b2b0d4ad664377/remixer_ui). We need to do the following: -Test `RemixerItemWidgetHelper` making sure that it always returns the expected layout. -Add proper UI tests using espresso for...
``` @RangeVariableMethod( ... ) public void setInteger(Integer theInteger) { } ``` would look much better if it took `int` instead of `Integer`. Currently I'm checking classes in Annotation processing, but...
Espresso UI tests are basically integration tests. Our coverage is currently very good on unit tests for the widgets and core, but not so much on the rest of the...
Currently remixes are ordered by moving the methods around, add a sorting method. Maybe `@StringMethod(sort=1 )`? cc @pingpongboss
This solution is based on @chelseanbr's comment from July 28, 2023, https://github.com/posquit0/Awesome-CV/issues/71#issuecomment-1654964285. Additionally this PR creates a new environment `cvsubitems`, that is functionally the same as `cvitems`, with the same...
I rewrote its implementation and made it compile, and uncommented the code that exposed it in the examples, adding some dummy description data to expose the previously untested issues. This...