Stephen Tuso
Stephen Tuso
Shouldn't the return type be `AsyncIterableIterator` ([TS lib file](https://github.com/Microsoft/TypeScript/blob/master/lib/lib.es2018.asynciterable.d.ts#L42)) instead of `AsyncIterator`? I see it has the `Symbol.asyncIterator` property [here](https://github.com/apollographql/graphql-subscriptions/blob/master/src/event-emitter-to-async-iterator.ts#L71)
Currently once a page fragment is created, it won't be GCd until the activity closes. Ideally, only the current and immediately adjacent pages would be held on to
Now that in 1.0 the builder `page` method only takes a `WelcomePage`, rather than a bunch of different methods and parameters for each page type, it is much easier to...
Finish `PreferenceWelcomeFragment`. It should probably extend [PreferenceFragmentCompat](https://developer.android.com/reference/android/support/v7/preference/PreferenceFragmentCompat.html) and allow clients to inflate preferences from xml.
Edit: This only happens with [`strictFunctionTypes`](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-6.html). Seems like it would be good to support that Using `binding-ts`, I'm getting some errors in the generated ts file: ``` generated/starchive-api.ts(28,3): error TS2416:...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade reflect-metadata from 0.1.13 to 0.1.14. :information_source: Keep your dependencies up-to-date....
Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project.  #### Changes included in this PR - Changes to...
Custom action sheet currently has no touch feedback on iOS. [`Platform.Version`](https://reactnative.dev/docs/platform#version) as a number and [`TouchableNativeFeedback`](https://reactnative.dev/docs/touchablenativefeedback) are Android only. Updated the `select` to reflect this. Edit: Noticed there was actually...
After updating to Expo 52 - I'm running into an issue where using `NodeNext` results in `expo-router` imports being typed as `any` (https://github.com/expo/expo/issues/32850), and using the default `node` resolutions results...
When the first of February falls on a Sunday, the calendar only shows 5 weeks when `showSixWeeks` is set. 