Stuart Tett

Results 25 issues of Stuart Tett

I'm trying to track down what is going on here, but this happens when transitioning between scenes. I'm having trouble reproducing in the debug builds in Xcode, but users running...

Maybe I'm missing something, but I'm still having issues with [firebase](https://github.com/firebase/firebase-js-sdk/tree/master/packages/auth) ```ts Jest encountered an unexpected token Jest failed to parse a file. This happens e.g. when your code or...

Here you can see that params should extend `ParsedUrlQuery`: ```ts export type GetServerSidePropsContext< Q extends ParsedUrlQuery = ParsedUrlQuery, D extends PreviewData = PreviewData > = { ... params?: Q ......

I just learned about next-iron-session's deprecation and upon upgrading I couldn't figure out how to replace `applySession`. I am using it in many of my jest tests to setup the...

I was just testing something out simple with this and plugged in a basic html file ```html do what you love Headline 1 Body &nbsp; ``` I followed the readme,...

I have a component that is basically a div with a bunch of headings and texts and buttons and forms and other things inside. The content is dynamic and changes...

I'm trying to follow along with the youtube videos (https://www.youtube.com/watch?v=7IkUgCLr5oA&t=1s&list=PLl-K7zZEsYLkPZHe41m4jfAxUi0JjLgSM&index=3) and I have a simple cloud function which uses express. It runs fine when I deploy, but I would like...

Hey, this is really useful, as I was otherwise going to build something like this from scratch. I'm using it to make a CMS that interacts with a Firebase backend....

enhancement

- `@testing-library/react` version: 13.2.0 - Testing Framework and version: jest 28.1.0 - DOM Environment: "jest-environment-jsdom": "^28.1.0", "react": "^18.1.0", ### Relevant code or config: ```ts import { render } from '@testing-library/react';...

Is there a way to run this on the command-line with some input files and just get a list of all the imports from biggest to smallest and which files...