Charles Rostaing

Results 7 issues of Charles Rostaing

> Please use [Discussion board](https://github.com/dooboolab/react-native-iap/discussions) if you want get some help out of it. Please report issue if there is a bug. ### Version of react-native-iap: 6.0.0 ### Version of...

I have a paginated list of photos (by groups of 50) that I fetch via a graphql query through ferry: ``` query Photos( $paging: CursorPaging! ) { photos(paging: $paging) {...

**Is your feature request related to a problem? Please describe.** I have a list of tasks that is sorted and paginated. Each task can have a `plannedStartDate` and an `actualStartDate`....

enhancement

**Is your feature request related to a problem? Please describe.** I have a column defined as ``` @Column({ type: 'text', array: true, default: [] }) userIDs: string[] ``` I would...

enhancement

**Describe the bug** Nested items are returned as null, when they are not. Example query ``` todoItems { id name toTags { tag { id name } } } ```...

bug
more info needed

This PR provides an example / e2e test for the following issue https://github.com/TriPSs/nestjs-query/issues/307 The test recreates the issue mentionned and is currently failing because of the issue It should not...

### Please check the following before submitting a new issue. - [x] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [x] I have carefully [read the documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...