Results 18 comments of Nick Foden

Realized this is also issue in regular .js components. Is this easy linting rule to put back? I think where possible good to remind users to include this alt tag...

In the extension configuration steps within the firebase console, there needs to be an option to enable the access token for the created thumbnails or could/should even be defaulted to...

If you go find the new asset in your storage you can see the issue. Say you upload random.png go view in the web console and find it in storage....

Yeah the PR is especially considerate, to even ask the user if they want to delete the token. But pretty sure can just remove that one line `delete metadata.metadata.firebaseStorageDownloadTokens;` And...

This saved my bacon today, as i had expected to find "right", "left" etc when swiping as `eventType` of events when listening in ` useTVEventHandler(myTVEventHandler);` and only had "blur" "select"...

Oh fascinating. Maybe I missed a piece of setup or using incorrectly. With ```javascript "react": "17.0.1", "react-native": "npm:[email protected]", ``` I was listening with the useTVEventHandler and never seeing a directional...

Ah thank you for the information and excuse me for the spam/tangents on this thread. I am navigating around a grid of TouchableOpacity items. Maybe I am missing a prop...

I ran into this error this morning when using mongodb and trying to connect records and forgetting to add the relations and object.ids array etc to the schema. https://www.prisma.io/docs/concepts/components/prisma-schema/relations/many-to-many-relations#mongodb Adding...

Hi @alxvallejo in vscode, you can "Command + Shift + P" to select a save without formatting, this might help you reduce the amount of whitespace, etc changes?

For me this is hot/cold. All worked fine Monday and Tuesday. Today no dice. My workaround is to run my regular script to launch the simulator. This launches simulator and...