Jeff Schnitzer

Results 16 issues of Jeff Schnitzer

Enhancement request: There's currently `isGreaterThan()` and `isEqual()` but no `isGreaterThanOrEqual()`. Same with LessThan. Those methods would be super convenient!

RFE

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Fetching receipts, I have found several addresses that contain encoded...

Bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I am trying to `updateListing` for a listing that was...

Bug

Version: latest (3.21.7 in particular, but it's in git) Langauge: java ByteString.java does not currently specify a serialVersionUID. This is wreaking havoc on countless places that include byte strings in...

The explicit label "Province of China" seems unnecessarily political. If I print the country name text as-is in my app I'm at risk of making it look like my app...

Trying to run aggregation queries in the emulator produces this error: ``` com.google.datastore.v1.client.DatastoreException: Method google.datastore.v1.Datastore/RunAggregationQuery is unimplemented, code=UNIMPLEMENTED ``` This is causing problems for Objectify users because `count()` is now...

type: feature request

If you use Jackson v 2.16.x, you get this exception (in this case, updating a Company). Reverting to Jackson 2.15.4 works. ``` Caused by: io.intercom.api.IntercomException: Local exception calling [https://api.intercom.io//companies]. Check...

- intercom-java version: 2.8.2 The README documentation shows how to create a `Tag` and use it to tag users. However, the vast majority of time, an existing tag will be...

In issue #207, Company.delete() was removed because there was no API, but there is apparently an API now: https://developers.intercom.com/intercom-api-reference/reference#delete-a-company