Philippe Rivière
Philippe Rivière
We could also require that the values be enumerated in the config file (for build, not for preview where it would be uncontrolled—leaving the developer free to explore).
closing as not planned; but it's a good idea to simplifying making artifacts from a project (e.g. with playwright).
I've shown a quick prototype of this using [mosaic](https://uwdata.github.io/mosaic/), which has the benefit of bringing SQL and using great optimization techniques under the hood, allowing to process millions of rows...
Jason Miller's [greenlet](https://github.com/developit/greenlet) and [workerize](https://github.com/developit/workerize) are useful helpers: https://observablehq.observablehq.cloud/pangea/party/greenlet
We could choose to make it work, for example when this option is specified as a URL it could be applied to all pages, not only the 404. But we'd...
Oh I see… yes I think you're correct: if the base is an absolute URL, it would have that slightly new meaning (URL of the root of the site) and...
ok, so the formula would be `root url = origin + base`, with `origin = 'https://user.observablehq.cloud'` and `base = '/project-name/'`? (this is what this issue was about originally [but not...
Related https://github.com/observablehq/cli/issues/141 (& https://github.com/observablehq/cli/pull/150 https://github.com/observablehq/cli/pull/153)
I tried a few of the modules listed, to find some good stuff and make tests. [@libs/markdown](https://jsr.io/@libs/markdown): `import * as mod from "jsr:@libs/markdown";` crashed with `Error: Missing "./slugify" specifier in...
No, not blocking. I'm now trying to publish a package to see what happens "end-to-end". The whole experience seems very nice.