moderation
moderation
The fork is based on `proto/go_proto_library.bzl` which was deprecated in 0.12.0 of rules_go. New proto rules are at https://github.com/bazelbuild/rules_go/blob/master/proto/def.bzl
As @rodaine points out the container build script isn't the source of the problem. I expect the issue is somewhere in https://github.com/lyft/protoc-gen-validate/tree/master/bazel. There are bunch of work arounds for since...
Getting the same error trying with the toolchain override of `1.56.1` in `rust-toolchain.toml` removed: - `cargo build --release --verbose --target x86_64-unknown-linux-musl` - `cargo build --release --verbose` Failing with the same...
@AlexanderEllis I was able to get this `otel` update working with the following diff after reviewing the deprecation notices and code changes at: - https://github.com/open-telemetry/opentelemetry-cpp/pull/1507/files - https://github.com/open-telemetry/opentelemetry-proto/compare/v0.18.0...v0.19.0: - https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.58.0 Haven't...
I'm still trying to get my head around `clusterIP: None` vs. `ExternalName` and I _think_ the difference is that `ExternalName` creates CNAME DNS records where `clusterIP: None` uses A records....
That confirms my assumption which is great news. Might be worthwhile calling this out more explicitly in the documentation. I might take a stab at a doco PR if this...
Another required revert on Envoy main for a mobile issue - https://github.com/envoyproxy/envoy/pull/18566
I'm building with `bazel build //:protoc-gen-validate` without issue. Not sure what the correct syntax is. I recall what I'm using not being documented properly.
Or Open Policy Agent's [Rego](https://www.openpolicyagent.org/docs/how-do-i-write-policies.html) @tsandall
Deno's native HTTP/2 support documented at https://deno.land/[email protected]/runtime/http_server_apis#http2-support-1