Philippe Rivière
Philippe Rivière
I obtained the list with: `> npx ts-unused-exports tsconfig.json src/**/*.js src/**/*ts test/**/*.js test/**/*.ts` Not sure we need to remove all of this? Some things seem to be here for consistency.
Merging the result of the function with its argument feels surprising to me. I'm suggesting this alternative, where we only take the result of the function (the function can do...
This includes images and fonts using url(). Using onResolve (as suggested in https://github.com/observablehq/framework/issues/786#issuecomment-2070227596) closes #786 supersedes #788 The test above uses a remote `@font-face` and a local background asset (horse.jpg);...
closes #1367 _Analysis of the issue:_ A file is created with the name given in its reference, even if this doesn't match the actual file name (for example because we...
This error is raised when you have opted in to create a new project, but asked for an existing slug. There are two slightly different recommendations in the two issues...
ref. https://github.com/observablehq/framework/pull/1375#pullrequestreview-2069077982 Note that `table.schema.fields.map(d => d.type.toString())` shows date field types as `"Date64"`
Preview is (most often?) case insensitive, but hosting can be case sensitive. A file attachment named AAPL.csv might be correctly resolved in preview and build, but fail in production. I'd...
closes #639 Note: in #639 Mike mentions “remove `.md`”, which I take as a suggestion that we might want a link to `[page.md](page.md)` to be considered as a link to...
With a page that contains: ~~~~md ```js echo const Cite = import("npm:citation-js"); ``` ~~~~ loading the modules ends up in a breaking timeout (showing "fetch failed" on the page) on...