Ryo Nitami
Ryo Nitami
Sorry, give up 🙏 I don't have time to work on this issue...
It works well if you delete the `app/.gradle/` directory and then execute the command. Because this filter is applied to the directory. https://github.com/konifar/gradle-unused-resources-remover-plugin/blob/master/plugin/src/main/groovy/com/github/konifar/gradle/remover/remover/AbstractRemover.groovy#L10 Before `app/.gradle` directory  After 
Thank you for idea! @cortinico My implement plan updated. What do you think?  `operationName` can probably be obtained from `requestBody` . https://github.com/ChuckerTeam/chucker/blob/develop/library/src/main/java/com/chuckerteam/chucker/api/internal/data/entity/HttpTransaction.kt#L35
PR is open. I currently development :)
@cortinico Thanks for your comments! > Would you be able to provide a sample public endpoint to include inside the Sample app? I added implementation using SWApi. http://graphql.org/swapi-graphql/ :) Please...
Yeah ;) Are you planning to make an API?
Oh, thanks!! Please let me know if there is anything I can do 👍
This action is probably not public. Please publish! @DylanVann 
Maybe referring to master instead of v1 might work @happyvig ```yml steps: - uses: actions/checkout@v1 - uses: dylanvann/check-pull-request-title@master