Christopher Smith

Results 48 issues of Christopher Smith

I am trying to debug a redirect using curl. To see the output as human-readable, I included the header `accept-encoding: identity`, but OpenResty sent `content-encoding: gzip` instead.

**Is your feature request related to a problem? Please describe.** Various builders (e.g., `Map.of`) and language features (e.g., Groovy and Kotlin inline maps) create `Map` instances whose `V` bound is...

needs-triage
type: feature request

After CloudBees "upgraded" my instance to 1.651.2.1, ghprb builds broke. The system log contains a number of messages like this, one for each of the ghprb parameters: ``` May 10,...

This is a reopen request for #440 and #566, which have not been fixed. Specifically, since you provide classes in the `com.sendgrid` namespace from multiple jars, it is not possible...

type: twilio enhancement

* Operating System version: Gentoo Linux * Firebase SDK version: 9.3.0 * Library version: 9.3.0 (but the bug goes back to at least 8.1.0) * Firebase Product: RTDB As [ServerValue.increment](firebase-admin-java#961)...

needs-triage

In debugging #962, I found that the error was not passed back to the callback, which prevents proper debugging in deployment. In addition to logging the error, the error should...

needs-triage

The feature `ServerValue.increment` has been available for 4 years, and it is supported in most of the other SDKs (including the Android SDK), but it is not available in this...

needs-triage
type: feature request

With Spring HATEOAS 1.5.6, I am writing a REST controller (`/activity`) that can return multiple subtypes of `ActivityDto` (`ActivityMentionDto`, `ActivityReplyDto`, etc.). I want to be able to annotate the controller...