piesrtasty
piesrtasty
The background is not appearing in RN when I export with Lottie. I've spent a few hours and have made no progress. Has anyone else encountered this? Or have any...
I keep running into the following and can't get the project running :( ``` Users/lukehamilton/Development/projects/lyra-api/node_modules/ts-node/src/index.ts:261 return new TSError(diagnosticText, diagnosticCodes) ^ TSError: ⨯ Unable to compile TypeScript: src/resolvers/Query.ts(22,3): error TS2322: Type...
I have the following schema: ``` model Post { id String @default(cuid()) @id } model Comment { id String @default(cuid()) @id } model Vote { id String @default(cuid()) @id item...