Hello! My name is Devin and I am a software engineer and solopreneur. I am passionate about using technology to solve problems and create innovative solutions. I share my insights and experiences in the tech industry, as well as my thoughts on the latest trends and developments in software engineering and entrepreneurship. I hope my posts can inspire and inform other developers and entrepreneurs on their journey to success.
Nothing here yet.
Hey there, Vince Canger ! First off, this is an amazing tutorial you've put together and I am looking forward to having a working version here soon! I'm running into an issue with the export const generateNewIdeas: GenerateNewIdeas<unknown, void> = async (_args, context) => {...} function, specifically, it is complaining that src/ext-src/ideas.ts(102,49): error TS2344: Type 'unknown' does not satisfy the constraint 'Payload'. I changed the unknown to be of type Payload . Is that a sufficient enough work around?