Kai Zhang
Kai Zhang
We created a `llvm_repo` repository rule to create an external repository and link the installed llvm directory into the `llvm_repo`. This ensures bazel_clang_tidy can find clang-tidy and also makes the...
> I can work on this. Note that we would have to change `[part]` from a mandatory to an optional argument (#22). > > Would you prefer the approach from...
This feature would be very useful for us. For example, assume we are developing an iOS app framework. We can provide an `ios_application` target for users to build the iOS...
We have a use case for this feature. Our project uses a tool to extract symbols from a `so` library. Later, if the app crashes on the user's device, we...
Maybe we can add an option to tell KubeLinter to flag errors when files can't be parsed? Like: ``` kube-linter lint --fail-on-invalid-yaml deployment.yaml ```
kitterion's solution works for us.
@zooba PR is created. 🥳
I looked at the failed Windows test case. It's because it's more complicated to create a "fake" non-installed python in tests on the Windows platform. On the other hand, the...
Cool. I will first try to update the test to manually create the non-installed environment. If then we still feel it's too tricky, we can remove it. At least it...
I have updated the `test_venv` case to manually create the non-installed python and skip on the Windows platform. Turns out `sys.executable` is the only file that needs to be copied...