Kid
Kid
```sh-session $ curl -sI https://cdn.deno.land/dayjs/versions/v1.11.3/raw/README.md | grep content-type content-type: text/markdown $ # Same file served by GitHub (raw) $ curl -sI https://raw.githubusercontent.com/iamkun/dayjs/v1.11.3/README.md | grep content-type content-type: text/plain; charset=utf-8 x-content-type-options: nosniff...
Page: https://deno.land/x/[email protected] The fix probably would just to prefix the `[src]` (e.g. `media/logo.svg`) with current pathname (e.g. `/x/[email protected]/`).
First of all, thanks for this simple but effective extension! There's just one problem with it, the extension size is a little too much compared to its functionality. On my...
First of all, thanks for this awesome extension! I noticed some large images are not excluded in the extension package, hence this pull request. With the images excluded, the package...
Running locally: https://crux.land/:
I'm not very sure if this is the one you are referring to, but very likely!
Turn this... https://user-images.githubusercontent.com/44045911/181010187-f771a6a9-73ad-40c3-856f-067228f352ed.mov ...into this... https://user-images.githubusercontent.com/44045911/181010193-a25fc1dc-efcb-4f4f-8a1c-d249548dfc28.mov
As stated in [contributing guides](https://github.com/kidonng/sushi/blob/21e8c412c234324267ccdfc7f008296882a69387/CONTRIBUTING.md#submitting-to-known-buckets), Sushi provides some manifests that are unlikely going into known buckets anytime soon, but chances are users doesn't know the existence of these third-party buckets....
**Steps to Reproduce** ```ts import {expandGlobSync} from 'https://deno.land/[email protected]/fs/mod.ts' import {assertEquals} from 'https://deno.land/[email protected]/testing/asserts.ts' const prepare = () => { const dir = Deno.makeTempDirSync() for (const item of ['foo', 'foo/nested', 'bar', 'bar/nested'])...