Daniel Kim

Results 14 issues of Daniel Kim

I made a simple change for remote access (from mobile device). Please check this PR!

Thank you for the awesome work. I found an issue in latest version 3.0.4 The indicator is being bouncing up and down when i try to scroll while refreshing is...

Hey! really appreciate to your hard work. I met a problem with a withJobbed component when got a new work while the component already proceeding a job scenario is like...

enhancement

To solve issue #45 (Need to abort an old work when a new work started). I made a simple solution. When new work starts, store the reference of current props...

Using `FetchPolicy.cacheFirst` sometimes makes useQuery stream's latestResult.timestamp newest. I didn't investigate further and don't know about detailed structure of QueryManager. But the practical problem is that while using `fetchMore`, cached...

needs more info
Priority: Low

Currently Cancel Exception contains only string for the reason. If can refer to config object from exception, that would be great feature to handle after cancellation works.

Hi Team, This patch adds a public method to call an API: - https://cloud.google.com/identity-platform/docs/reference/rest/v1/accounts/signInWithCustomToken - which exchanges custom token to Id token and refresh token. Sorry if this PR is...

Hi @knaeckeKami This PR is a succession of https://github.com/gql-dart/gql/pull/413 After the above PR, our team have developed our ongoing project with dev release version which includes above PR. And we...

## Background Hi Team, This PR is recreated from https://github.com/gql-dart/gql/pull/388 due to lack of feedbacks and a branch issue from my side. Please check original threads because there were some...

At first.. I had tried a number of state management libraries like provider, getx, mobx, ... and hook based access in production. But none of them is as much simple...