Joe Chen
Joe Chen
It seems like i can't access the subfields of feed.entity. ``` request(requestSettings, (error: any, response: { statusCode: number; }, body: any) => { if (!error && response.statusCode == 200) {...
`import gtfsToGeoJSON from 'gtfs-to-geojson';` generates an error The suggested fix in VSCode is to do add the type. Our project doesn't use npm, so i use yarn add. When I...
Hi all! thanks for making this wonderful template. However, I wasn't sure how to use github secrets to replace hard-coded tokens and usernames. I looked at some of the resources...
handler code: ``` const handleEmailVerification = (user) => { console.log("email verification sent") console.log(user); if (user) user.sendEmailVerification() .then(_ => alert(`Email Verification is sent to ${email}`)) .catch(error => alert(error.message)) else alert("User is...