Mark Gibson
Mark Gibson
would also be helpful if you entered an exact scope into the search (eg. `@std`) for it to take you directly to that scope index (ie. `https://jsr.io/@std`). At present you...
I think this is where the 'Dependencies' overview falls short, highlighting only what other packages a package depends on. It really should include a more fine grained overview of dependencies:...
Or if the changelog doesn't exist fallback to github release notes, or commit history ... I think this would fit in well with the whole concept of JSR minimising tooling...
I've resorted to running a local JSR so I can preview my package and get everything into shape before publishing to public. This isn't ideal though, as it's not that...
Here's another idea: how about pre-publishing to JSR, so it's not public, allowing you to check everything is ok, test it etc, and then click a btn and/or hit an...
Started adding tests for examples
Beta releases of the separate packages are now on JSR... https://jsr.io/@http
work on this is in the [workspaces](https://github.com/jollytoad/deno_http_fns/tree/workspaces) branch
Merged to main
Deno adds a magic trailing-slash mapping for `npm:` and `jsr:` schemes behind the scenes, it appears that Deploy doesn't yet support this, you can add it manually yourself... ```json {...