Chris Toomey
Chris Toomey
When the gRPC response is gzipped (indicated by the `grpc-encoding: gzip` response header), the grpc-web stream parser fails with this error (including the first few bytes for reference): ``` Uncaught...
Per discussion in https://github.com/monix/monix/pull/1205. #1202 provides for merging observables with a fixed, subscriber-backpressure-propagating strategy.
Currently there's no standard way to return rich error responses, just the code and optional description of `io.grpc.Status` via `GrpcServiceException`. Google has introduced and uses [`google.rpc.Status`](https://cloud.google.com/apis/design/errors#error_model) and is developing client...
Addresses #122
I'm attempting to use this in a source connector to convert from connect format to protobuf and am getting an `Unknown schema type: STRUCT` exception when it's trying to convert...
**Affects PMD Version:** 6.48.0 **Rule:** [JUnitTestsShouldIncludeAssert](https://pmd.sourceforge.io/pmd-6.49.0/pmd_rules_java_bestpractices.html#junittestsshouldincludeassert) **Description:** Rule doesn't check test methods annotated with `@ParameterizedTest` so fails to report violations therein. **Code Sample demonstrating the issue:** ```java import java.util.Locale; import...
**Affects PMD Version:** 6.48.0 **Rule:** [JUnitTestsShouldIncludeAssert](https://pmd.sourceforge.io/pmd-6.49.0/pmd_rules_java_bestpractices.html#junittestsshouldincludeassert) **Description:** Rule has false positives for some ways of using AssertJ [soft assertions](https://assertj.github.io/doc/#assertj-core-soft-assertions), which call `assertAll` automatically so it's not required to call it...
First off, thanks for creating and maintaining this plugin. Now for the ask. When I run with `ignoreFailures=true`, I'd still like to see what bugs it found via the console...