Chris Love

Results 94 issues of Chris Love

As discussed, I think it would be better to use Terraform remote state with a GCS bucket in this demo to showcase Terraform best practices instead of using local state....

@kaariger I removed Jenkins CI/CD as a requirement to merge code since it is failing and I cannot debug. Thanks

We have used https://docs.renovatebot.com/bazel/ support to keep examples up to date. @cgrindel thoughts?

Hi all When I was working with Google on PSO projects, we used Renovate to keep rule versions up to date. Here is the support https://docs.renovatebot.com/bazel/ Does anyone have an...

Write a tutorial for https://github.com/bazelbuild/rules_python. We can base the tutorial on demo code in the rules_python repository. @cgrindel please assign this to me.

Hi all Are there plans to build in bzlmod support for this rule set?

Hi all, over at rules_python, we are hitting two flakes consistently. # OS builds I have seen the following flake 10s of times with the Mac builds. See: https://buildkite.com/bazel/rules-python-python/builds/4826#01881ff9-bfb9-491f-a410-5ffaef79888a ```log...

This tutorial will focus on how to take a bazel rule set and migrate to using bzlmod. Significant differences and capabilities exist between using a WORKSPACE file and using bzlmod...

In order to use gazelle, you initially need an empty deps.bzl file. I added instructions on how to set up the file.

I am not certain why I am having problem with line numbers :( https://chrislovecnm.com/kubernetes/best-practices/highly-available-resilient-applications-1-of-3/ is an example. The odd thing is that with an include file component I have it...