Mike Bostock
Mike Bostock
Does the existing **base** option work for this?
I didn’t mean to add a `` everywhere. I meant to use the **base** value to compute an absolute path as needed. But not enough if you need the origin...
> it would have that slightly new meaning (URL of the root of the site) I thought that’s what it meant. 😅 The docs say “the base path when serving...
This is now closely related to the new page loader feature #1523. We could consider server-side code blocks as “page fragment loaders” — programs that generate fragments of Markdown (or...
This is getting into `deno.lock` territory, too.
It’s alive!
Not sure if we will be able to fix any of those errors, but I can look. Do you think they are blocking?
The `slugify` error seems like a bug in @libs/markdown. In @std/text 1.0.5, `slugify` [was available](https://jsr.io/@std/text/1.0.5/slugify.ts) but documented as unstable; in @std/text 1.0.6 it [was moved](https://jsr.io/@std/text/1.0.6/unstable_slugify.ts) to `unstable_slugify`. But @libs/markdown says...
The @ch/tomd error is because we’re trying to load the happy-dom package from jsDelivr, but jsDelivr refuses to serve it and replaces it with an error saying: ``` Failed to...
I fixed the `jsr:k-means-pp` error, and also am now populating the in-memory JSR version resolution cache correctly. There are probably some more bugs to fix here. We need more tests.