Jose Vera
Jose Vera
# Summary I have a query that uses select and is failing with the error above, how do I implement this?. Thanks! ``` await firestore .collection('some') .doc(id) .where('timestamp', '>=', since)...
Query without joins runs fine (super slow tho, hundreds of queries run sequentially):  And with a join it simply ignores that find for some reason and ends up not...
New server code from scratch, provides all comma.ai endpoints via NextJS. Connects to the database using prisma. ## GOALS: - It should replace the existing code without any issues -...