David Tu

Results 10 issues of David Tu

I have a lottie animation that I'm using as a loading screen: ```dart import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; import 'package:lottie/lottie.dart'; class Loading extends StatelessWidget { final String loadingText; Loading({this.loadingText}); Widget build(BuildContext...

While I super love using `useQuery` and `useMutation`, I find myself writing a lot of code that looks like this: ```js const MyComponent = () => { const { data,...

project-apollo-client

I'm using flutter_svg on the latest version (1.1.6) as of writing. I've been able to render SVGs with this library in the past, but I tried adding SVGs recently and...

### Which packages are impacted by your issue? `"@graphql-codegen/typescript-resolvers"` ### Describe the bug I just recently added the `typescript-resolvers` plugin to my codegen config, and while it does what I...

I have fastlane setup with my CI/CD pipeline (CircleCI) where every month, the fastlane session will expire every 30 days or so where I don't need to enter any sort...

I have a React app where I get a URL from my server that contains a PDF, and while I can view it, a team member of mine sees it...

Hi there, I was able to use this plugin to successfully generate mocked data, however whenever I try to use it in a test (or normally call it at all),...

Thank you for making this package. I'm trying to implement this feature into my app but I can't seem to see it working locally despite my logs saying otherwise. In...

How To?

### Which packages are impacted by your issue? @graphql-codegen/core ### Describe the bug ### Describe the bug I am in the process of setting up `[graphql-codegen](https://github.com/dotansimha/graphql-code-generator)` in my create-react-app project,...

stage/0-issue-prerequisites

## Issue I am using Stream Chat in my React Native to show unread message counts and I connect the user to stream chat when the app initializes. I'm able...

Needs Triaging