Vihang Mehta
Vihang Mehta
My team is looking at `spr` as an arcanist replacement. My teammates have gotten used to `arc lint` to run linters locally and the fact that `arc diff` automatically runs...
Running [Lighthouse](https://developer.chrome.com/docs/lighthouse/overview/) on the current `px/cluster` live view generates the following problems: - [ ] `[aria-*]` attributes do not match their roles - [ ] `[role]s` do not have all...
There's a call to `fs.lstatSync().isFile()` to ignore directories from being matched. We use bazel for our build and also to run this tool, and bazel relies on symlinking all the...
Summary: This is to address a CVE. Relevant Issues: CVE-2023-49569 Type of change: /kind cve Test Plan: Ran the versions gen script, ensured it still works.
I ran ubsan on my code that uses openh264 and saw a few failures from openh264. ``` codec/encoder/core/inc/param_svc.h:400:84: runtime error: load of value 578, which is not a valid value...
**Describe the bug** The `GolangDwarfReaderTest.FunctionVarLocationConsistency` test only runs a go1.16 binary despite the parametrization suggesting that it works on various versions. See binary override [here](https://github.com/pixie-io/pixie/blob/16e02e49167929a381712e0faacb1dfa6ce8936f/src/stirling/obj_tools/dwarf_reader_test.cc#L530-L532) I updated the test to...
aarch64 allows CPU VAs to be from `0x0000_0000_0000` to `0xFFFF_FFFF_FFFF` and additionally doesn't want the addresses to be canonized like they are in x86_64. Since SVM relies on CPU and...
This updates the packaging rules so that debs generated for arm have `arm64` in the filename instead of `amd64`.
This adds a Makefile to fix the fact that the goreleaser tries to call `make bin/extract-changelog`. Now that should succeed. Signed-off-by: Vihang Mehta
The protection_bypass_for_automation_secret field isn't available on the vercel_project data source
When you have a project resource and set the `protection_bypass_for_automation` field, the `protection_bypass_for_automation_secret` field is populated so that one can reference it later. We have two separate terraform environments where...