Chris Dempewolf

Results 12 issues of Chris Dempewolf

`start_value` is the correct column name. See here: https://www.postgresql.org/docs/9.1/infoschema-sequences.html Note: sorry I could not create a Hibernate Jira account. I tried nearly a dozen times. Kept getting 500s.

### I'm opening this issue because: - [x] I'll report a bug - [ ] I'll propose a new feature ### Description Since the 1.1.0 release, the ESC key no...

Currently, I'm submitting an empty JavaDoc JAR to fulfill Sonatype's requirements. Would be nice to get actual JavaDocs back again. Maybe something like this: https://github.com/Kotlin/dokka if I can get it...

Example: ``` json { "message": "Pin not found.", "type": "api" } ```

Info here https://developers.pinterest.com/docs/api/overview/

The following is prone to error and not ideal: ``` java @Override public Fields setAll() { return this.setFirstName().setId().setLastName().setUrl(); } ```