Philippe Rivière
Philippe Rivière
In the discussion in #1222 we're thinking of using the filesystem to generate multiple files from a data loader. This could be better for huge files (e.g. video) than having...
In addition to tar and zip, we could have multipart archives. After checking [IANA#multipart](https://www.iana.org/assignments/media-types/media-types.xhtml#multipart) and [IANA#message](https://www.iana.org/assignments/media-types/media-types.xhtml#message), it looks like the most viable format would be `multipart/form-data`. It has no IANA...
For #696. Note: as I was writing the documentation I thought that "closed" would be a better word. Rather than "hide" and "show" the sidebar, we'd open and close it....
just a prototype… there's still a lot to do This works in user land, which makes it easy to hack on and also means that anyone will be able to...
Since we're free to name the resolutions of `/_node/` files (bare module specifiers) as we want, why not give them names that are easy to read in the browser's network...
With the **host** and **origin** options provided (#180, #42), we can derive the page’s canonical URL (which is a good thing to have on static websites that might be served...
> "docs/index.md is the home page for your site. You can have as many additional pages as you’d like, but you should always have a home page, too." I feel...
The Observable Inputs page [on github](https://github.com/observablehq/inputs) describes using the **viewof** keyword, which is not available in the cli.
Suppose we want to 1. download a dataset from an API and 2. analyze it. Currently a data loader must do both at the same time, and will run the...
_e.g._ `[plot](/lib/plot)` from the `/lib/arquero` page should link to `./plot` not `/lib/plot`.