Yesudeep Mangalapilly
Yesudeep Mangalapilly
Some build files that are written for third party libraries don't get bazel mode enabled. I needed to add: ``` (add-to-list 'auto-mode-alist '("\\.bazel" . bazel-build-mode)) ``` to my configuration to...
I'm not sure but how would one add toolchains for FreeBSD? This is what I see when using Bazel 6.0.0 on FreeBSD 14-CURRENT amd64: ``` Sun Jan 01 10:13 PM...
## Summary - [x] Allow us to customize the image tag so that we can use a custom artifact repository such as the [Google Artifact Registry (GAR)](https://cloud.google.com/artifact-registry). - [x] Add...
### Description Namaste, 1. Distroless images are small and per our security team's guidance at Google, we're required to use those images for our deployments. To that effect, we're making...
…, and other elements Changelog: - [x] ScriptHTMLAttributes: src attribute now accepts TrustedScriptURL. - [x] ReactNode now accepts TrustedScript - [x] SVGAttributes: href and xlinkHref attributes now accept TrustedScriptURL -...