Alain Armand
Alain Armand
I was getting an empty screen after [Part13/Authentication](https://www.tortilla.academy/Urigo/WhatsApp-Clone-Tutorial/master/next/step/13) so I downloaded the example server from [Server Step 10.3: Get current user from auth token ](https://github.com/Urigo/WhatsApp-Clone-Server/archive/a700ad1c75065385deacf0762752d64395189436.zip) and the example client from...
I tried submitting an edit via the tortilla interface. I keep getting `uri too long` error. FYI.
`participantId` has type `any`. The edits look like this example: ```ts const participantId:string = chat.participants.find((p:User) => p !== currentUser.id); ``` This version of complete file compiles: ```ts import { withFilter...
Reproduction can be seen at [https://github.com/idkjs/WhatsAppCloneDockerNotes](https://github.com/idkjs/WhatsAppCloneDockerNotes) Error is in [`ChatList.tsx`](WhatsApp-Clone-Client/src/components/ChatsListScreen/ChatsList.tsx) ```ts {chat.name} {chat.lastMessage && ( {chat.lastMessage.content} {format(chat.lastMessage.createdAt, 'HH:mm')} )} ``` Full Browser Error: ```sh RangeError: Invalid time value format node_modules/date-fns/esm/format/index.js:371...
After cloning and installing the server, then running `yarn start` you get an error saying > Property 'installSubscriptionHandlers' does not exist on type 'ApolloServer'. ```sh ~/Downloads/WhatsMaster/WhatsApp-Clone-Server master* ❯ yarn start...
Is it possible to use this lib to dynamically decode json? That is, json you dont know the shape of prior to getting it? Thank you.
Any chance I can import this in a reasonml/rescript project and call the methods on some emoji string. I would love to be able to call find-name on a list...
issue posted here: https://github.com/zeit/next.js/issues/3497
Thanks for sharing your project. I am not able to run this project. After running `yarn` and `yarn build` i get the following errors: ```sh ➜ requery [master*]yarn yarn install...
In docs you access this project with `Apollo`. With current set up in stalled from npm, you would have to alias `ReasonReactApollo.Project` for it work. ```reason module Apollo = ReasonReactApollo.Project;...