Jumpei Matsuda
Jumpei Matsuda
We are very sorry for our late reply. > That always require me to select scheme, ignored the --scheme parameter I passed on CLI We can't reproduce this issue and...
Thank you for your interest. :) For my work, our use case is like below. - Apks should be compared with the latest production apk - Apks to be compared...
[Rc](https://github.com/jmatsu/vector-drawable-previewer/blob/master/extension/src/const/vector_node.ts) [Released](https://github.com/jmatsu/vector-drawable-previewer/blob/master/extension/src/const/vector_node.ts)
I'm very sorry. I'd check this at next free weekend.
Thank you for your report. Let me check.
> But this is unfortunately a problem, because it's a one-time operation. That's why I haven't supported this resource yet. `ignore_changes` must be used properly to manage such resources, I...
@wglp It's possible because the property is not read-only. *Groovy* `additionalScopes = []` *Kotlin* `additionalScopes = setOf()`
Staging API was temporally down from 2023-08-17 02:15:04 to 2023-08-17 02:26:14. It has recovered now. Production API wasn't affected.
Only trusted projects can tweak `gradlew` to install git-hooks automatically. I guess it might sound *hacky* though. By the way, a git-hook is powerful and I believe it will be...
> By the way, is it too strict to make gradlew assemble fail if there is a code format violation in a PR? We’ve already set up the Spotless plugin...