Michael Diamond

Results 198 comments of Michael Diamond

Thanks @yashykt that's good to know. Could https://github.com/grpc/grpc/blob/master/doc/command_line_tool.md be updated to recommend people use `grpcurl` in that case? I was intentionally not using it because it's third-party.

Checking in here, https://github.com/grpc/grpc/blob/master/doc/command_line_tool.md still doesn't mention `grpcurl`.

@yashykt would it be possible for you to update the gRPC documentation to recommend `grpcurl`? This continues to be a source of confusion for people I support.

@yashykt IMO this is a bug report, not an enhancement request. A malformed outbound request should not crash the application.

Why is an API change necessary? IMO the right fix is to fail the RPC instead of crashing, which doesn't require any changes.

Sure, do you want to add it [here](https://github.com/dimo414/bkt/blob/aed4c817b93c08baccc09dd5f50f9956c7a27c19/.github/workflows/rust.yml#L39)?

It seems cross doesn't support arm64 Darwin builds yet (more context in #18, short answer is we're blocked on https://github.com/cross-rs/cross/issues/558). For the time being I'm going to recommend installing from...

@kumy if you want to take another swing at it, it might be possible now judging from https://github.com/sharkdp/fd/pull/1552 - I'll get to it soon if you don't.

Thanks for the feature request. Can you elaborate on how you'd use the "null" signal, would you be handle it in some way, or just pass it off to the...

What I've done in cases like this (such as when using `bkt` with `fzf --preview`) is kick off `--warm` invocations when the application starts, then invoke the same command without...