tandel-pratik

Results 8 issues of tandel-pratik

REPLs are very useful to be able to load specific classpaths. This is an example of how the Scala Bazel rules allow for it (I recall pants has a repl...

note: help wanted
status: open - needs triage

### Issue Description Buf supports M1 / arm64 builds. rules_proto_grpc doesn't support this new architecture and the builds fail for those users. https://github.com/bufbuild/buf/releases/tag/v1.3.1 ### Log Output ```plain text ERROR: /root/.cache/bazel/_bazel_root/8c069df52082beee3c95ca17836fb8e2/external/rules_proto_grpc/buf/BUILD.bazel:14:13:...

bug
resolved-next-release

## Context Often many APIs that use rate limiting return the number of remaining calls using [headers](https://tools.ietf.org/id/draft-polli-ratelimit-headers-00.html) like `X-RateLimit-Remaining`. It would be ideal for the interfaces to return an object...

For coroutines to propagate MDC context properly, we need to write code as ``` withLoggingContext("foo" to bar, "xyz" to thing) { withContext(MDCContext()) { // suspending block } } ``` It'd...

Now that https://github.com/protocolbuffers/protobuf/issues/3742 is resolved and the protoc can generate some Kotlin bindings, can we support this in grpc-kotlin as well?

snakeyaml in v1.30 doesn't support an android classifier.

It'd be great if pbandk had bazel support. For instance rules_proto supports multiple languages including Java and Scala and adding Kotlin support would be great: https://github.com/stackb/rules_proto

enhancement
help wanted

It'd be great if there was Bazel support for this generator.

type: feature request