We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It’d be nice to have a way to use the FileAttachment helpers with things that are not file attachments. E.g., https://observablehq.com/@mbostock/localfile
The text was updated successfully, but these errors were encountered:
Similar suggestion for remote parquet files support in DuckDB: https://observablehq.com/@monitus/get-remote-parquet-files-directly
I'm often something that's based on:
remote = require("@observablehq/stdlib").then((d) => d.FileAttachments(url => url))
(… except it also tries to detect and fix cors issues).
Sorry, something went wrong.
No branches or pull requests
It’d be nice to have a way to use the FileAttachment helpers with things that are not file attachments. E.g., https://observablehq.com/@mbostock/localfile
The text was updated successfully, but these errors were encountered: