generated from simonw/datasette-plugin-template-repository
-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
open-csv-from-url should follow redirects #22
Labels
enhancement
New feature or request
Comments
Relevant test is here:
|
Tested my fix manually by running this in the debug Chrome devtools in the Electron app: datasetteApp.importCsvFromUrl(
"https://data.london.gov.uk/download/animal-rescue-incidents-attended-by-lfb/f43b485e-fb35-419c-aa7a-fa75676e5835/Animal%20Rescue%20incidents%20attended%20by%20LFB%20from%20Jan%202009.csv"
) |
simonw
added a commit
that referenced
this issue
Jul 13, 2022
This is fixed here, but I haven't released it yet. Doesn't feel worthwhile to ship a whole Electron app release for this one change, especially since I'm not currently taking advantage of it (until I reinstate the London Fire Brigade example CSV at least). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refs:
The text was updated successfully, but these errors were encountered: