Paul Hawke

Results 21 issues of Paul Hawke

**Is your feature request related to a problem? Please describe.** PR #70 (relating to issue #69) adds support for GraphQL by detecting an _operation name_ field in the request. I...

feature request

## :warning: Is your feature request related to a problem? Please describe As a user of the sample app, I would like to see additional REST calls that exercise _OkHttp_'s...

## :warning: Is your feature request related to a problem? Please describe No it's not a problem, just an opportunity. [Hyperion](https://github.com/willowtreeapps/Hyperion-Android) is a debugging / inspection tool that lists *Chuck*...

integrations

Explicit freezing in tests moved to calling the same "maybeFreeze" function to match production. Similar method added to ensure never frozen, for strict memory model. Other changes suggested by the...

Fixed a bug where the database path gained extraneous characters on the end if slashes got stripped from earlier in the string, and added handling for `file://` url prefixes in...

**Summary:** Looking at "The future of Kotlin Android Extensions" from 23 November 2020, (see: https://android-developers.googleblog.com/2020/11/the-future-of-kotlin-android-extensions.html) > The deprecation period starts with Kotlin 1.4.20, released today. android-kotlin-extensions will be removed in...

good first issue

I was looking in the Query class and found ``` java /** * Asynchronously runs the Query in a new thread. */ @SuppressWarnings("unused") public void start() { throw new RuntimeException("Not...

review and update kermit docs for 2.0 Release

### Summary I am unable to double-check that I have the correct photos to upload (by using split screen with the photos app) because it causes a `NullPointerException` every time....

bug