-
https://zh-hans.reactjs.org/
https://create-react-app.dev/
https://ant.design/index-cn
https://bizcharts.net/
https://github.com/axios/axios
https://www.npmjs.com/package/papaparse
-
- There's a button on the Driver Registration page that exports the list of drivers to a CSV
-
As said in #7, CSV export seems to be broken. Only the first 20 entries are visible in the exported sheets. JSON export seems to be fine.
Perhaps we should update papaparse (and the jQuery slim bui…
-
-
There are commas in the long and short descriptions of the spreadsheet, and we use a comma delimiter.
We need to modify the website javascript to be able to parse using a different type of delimite…
-
When unparsing an object array, only the first object is used to autodetect the `columns` for the final csv. However, if the second object has fields the first doesn't, they'll be missing in the outpu…
-
-
This should be clientside-only hostable in a static way, e.g. with github pages.
It doesn't need to be too fancy, but it'd be nice if it showed off all the contributors, the rewards they've earned …
huumn updated
7 months ago
-
Data from the CSV file isn't rendering properly in the eventual email.
So a name like García is showing up as:
Might be the CSV parser, or maybe handlebars templating.
-
Error: Should not happen: portalEl already in page
I have copied the example code into my files and facing this error in nextjs latest version