- πΊπΈUnited States markdorison
Please reopen with a merge request against 4.x if this issue is still relevant.
Chrome and Firefox download a CSV file as-is, but Safari instead prints the CSV data directly to the browser window. By setting the Content-Disposition HTTP header, we can force Safari to download the file. This would be good practice regardless.
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Dispos...
CSV Serialization should provide an option to set the Content-Disposition HTTP header to "inline" or "attachment". It should probably default to "attachment".
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Please reopen with a merge request against 4.x if this issue is still relevant.