Marc Plano-Lesay
Marc Plano-Lesay
I just tried adding this to my `android_binary` rule: ``` manifest_values = { "applicationId": "com.example.myapp", }, ``` With that, the merged manifest correctly replaces the applicationId in the provider authorities....
`--protocopt=--fatal_warnings` indeed seems to work. I'm happy to either close this or leave it open to have a way to set this directly in the toolchain configuration in Bazel -...
I gave it a quick try, but it's currently blocked by rules_nodejs - https://github.com/bazelbuild/rules_nodejs/issues/2874 Edit: ~there's a way to target individual files in the filegroup exposed by rules_nodejs, so that's...
> What I wonder is why are you loading these symbols if you don't also want to export them. I'd suggest that either you continue to assign `_foo_rule` to `foo_rule`,...
It's not really a fix though. I have the same issue, and I don't plan on downgrading my Docker install.
What about using [select](https://docs.bazel.build/versions/master/be/functions.html#select)? Wouldn't it work in this case? You can also ignore it entirely and pass your own executable to `hugo_site`, which might be a workaround (as far...
While you're changing the API path, you should maybe add a version number, something like that: `/api/v1/tags/all`. This way, if one day you need to rewrite the API in a...
[ForbiddenMethodCall](https://detekt.github.io/detekt/style.html#forbiddenmethodcall) is another quite useful one (e.g. preventing stray calls to `println` and friends) that requires type resolution.
> This might be standardized/simplified by adding an API to some open source icon/logo libraries for more ingredient icons. > > I personally vote for standard icon packs that cannot...
Sounds good! I don't have any Python knowledge (and, to be honest, not much time to spend on tooling), but I'd be more than happy to help if you have...