Sam Gammon

Results 155 issues of Sam Gammon

This changeset extends the existing KMS infrastructure for GCP to support the `AsymmetricSignRequest`/`AsymmetricSignResponse` flow. Features so far: - [x] Ability to spawn a `PublicKeySign` backed by GCP KMS - [x]...

cla: yes

This changeset is the result of running `gazelle` over the codebase, which prepares it for use in Bazel environments. Updates to `BUILD.bazel` and `WORKSPACE` files can be automated later down...

**Is your feature request related to a problem? Please describe.** We use Protobuf objects extensively in our stack, including protobuf-js objects. We're wondering what the best way would be to...

**Describe the bug** I'm trying to use `System.getProperty` to access a Closure `--define=`, provided via `defs`. I can't seem to get it to work no matter what I do. **To...

Hey authors of `rules_rust`, Has there been any consideration yet regarding source coverage with `rules_rust`? Using projects like [`cargo-cov`](https://github.com/kennytm/cov), or [`cargo-tarpaulin`](https://crates.io/crates/cargo-tarpaulin), it looks pretty easy from the outside but perhaps...

enhancement
help wanted

While trying to build an iOS application linked to some pods (non-vendored), I get the following error: ``` (16:37:49) INFO: Invocation ID: e462672e-427c-4928-8d68-e4763ee2d6ad (16:37:53) INFO: Repository Logging instantiated at: /Volumes/VANTAGE/platform/WORKSPACE:307:19:...

Hey esteemed `PodToBUILD` authors, I get the following errors when attempting to build [`nanopb`](https://github.com/nanopb/nanopb): ``` ERROR: /Volumes/.../Vendor/nanopb/BUILD.bazel:112:13: in non_arc_srcs attribute of objc_library rule //Vendor/nanopb:nanopb: source file '//Vendor/nanopb:pb_common.c' is misplaced here...

Typically, the pod imports must be mangled with `PodToBUILD` to reflect the build target (referring to vendored pods here), like so: **`Pods.WORKSPACE`** ```starlark new_pod_repository( name = "Hue", url = "https://github.com/zenangst/Hue/archive/b9d920cee4ba795fefb828d130744eee1e3d2feb.zip",...

Hey there `rules_k8s` authors, I had begun implementing support for Bazel platforms this week, and added the following declarations: **`platforms/BUILD`:** ```starlark platform( name = "ios", constraint_values = [ "@platforms//os:ios", "@platforms//cpu:x86_64",...

## Expected Behavior I would expect to be able to use Contentful JS from a CloudFlare worker. ## Actual Behavior I cannot use Contentful's Node/JS SDK from a CloudFlare worker...