Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

faq updates including new email #26

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 22 additions & 17 deletions app/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ export default function FAQ() {
Sometimes CitiBike is slow in uploading new data, so it might be that.
Otherwise, if you see the data available at the link above but it's
been more than a day and it's still not here, there might have been
a bug in my code. Hopefully I'll see it soon. Feel free to open an
issue on GitHub or email me about it at{' '}
<a href='mailto:[email protected]'>
[email protected]
</a>
.
a bug in my code. Hopefully I&apos;ll see it soon. Feel free to{' '}
<a href='https://github.com/zack/citibike/issues/new'>
open an issue on GitHub
</a>{' '}
or email me about it at{' '}
<a href='mailto:[email protected]'>[email protected]</a>.
</Typography>

<Typography
Expand All @@ -69,10 +69,10 @@ export default function FAQ() {
</Typography>

<Typography>
I&apos;m counting each docking and undocking as an individual use. That means
most trips generate two uses, and usually at two different docks. I
consider this the most valuable number because it shows how many times a
dock is providing value to someone in a day/month. If you are looking
I&apos;m counting each docking and undocking as an individual use. That
means most trips generate two uses, and usually at two different docks.
I consider this the most valuable number because it shows how many times
a dock is providing value to someone in a day/month. If you are looking
for data about trips taken, you will have to find that elsewhere, sorry.
</Typography>

Expand All @@ -98,11 +98,12 @@ export default function FAQ() {
</Typography>

<Typography>
Feel free to open an issue on GitHub if you know how, or email me about
it at{' '}
<a href='mailto:[email protected]'>
[email protected]
</a>.
Feel free to{' '}
<a href='https://github.com/zack/citibike/issues/new'>
open an issue on GitHub
</a>{' '}
or email me about it at{' '}
<a href='mailto:[email protected]'>[email protected]</a>.
</Typography>

<Typography
Expand All @@ -119,8 +120,12 @@ export default function FAQ() {
but there&apos;s not really anything I can do about that. I also
sometimes have to drop trips (a tiny fraction of a percent of trips)
because the row is malformed. If you think you&apos;ve found something
really wrong, or you&apos;re just not sure, feel free to open a GitHub
issue or email me.
really wrong, or you&apos;re just not sure, feel free to{' '}
<a href='https://github.com/zack/citibike/issues/new'>
open an issue on GitHub
</a>{' '}
or send me an email at{' '}
<a href='mailto:[email protected]'>[email protected]</a>.
</Typography>

<Typography sx={{ marginTop: 2 }}>
Expand Down
Loading