Daniel P. Purkhús

Results 26 issues of Daniel P. Purkhús

## What? Changes the transaction API to allow multi table transactions ## How? Instead of letting `TransactWrite` accept items with a specific record type I added a `TransactWrite` member to...

## What? Fixes an issue where you have an inverted key for a GSI and you are using the CustomName attribute at the same time

**Versions** 0.27.1 **Steps to reproduce** If you have the following query specification: ``` data "honeycombio_query_specification" "board-istio-data-plane-system-4xx-errors" { calculation { op = "RATE_SUM" column = "istio_requests_total" } filter { column =...

Would it be possible to also release Linux ARM binaries?

Wanted to start a discussion around the current naming conventions in the prost rules provided by rules_rust. The prost rules set the crate name to the name of the proto_library...

It seems like handling of proto package names is broken in the prost wrapper in rules_rust. I've created a repro here: https://github.com/bazelbuild/rules_rust/compare/main...purkhusid:rules_rust:prost-keyword-repro If you run `bazel test //proto/prost/private/tests/keywords/...` you will...

bug
proto