Ryo Nitami

Results 12 comments of 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 ![image](https://user-images.githubusercontent.com/4950792/60900104-9a639880-a2a6-11e9-9490-4b893df32478.png) After ![image](https://user-images.githubusercontent.com/4950792/60900248-d7c82600-a2a6-11e9-99ec-30b32badd945.png)

Thank you for idea! @cortinico My implement plan updated. What do you think? ![image](https://user-images.githubusercontent.com/4950792/61844977-6d38fc00-aedc-11e9-9185-9164fdc9714b.png) `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 ![image](https://user-images.githubusercontent.com/4950792/75505001-6ef01280-5a1d-11ea-813f-8cef7e832abc.png)

Maybe referring to master instead of v1 might work @happyvig ```yml steps: - uses: actions/checkout@v1 - uses: dylanvann/check-pull-request-title@master