Luca Casonato
Luca Casonato
Do we want add support for GitLab and BitBucket in the registry? /cc @ry
Currently some file uploads fail with the error with `error trying to connect: Connection reset by peer (os error 104)`. I am not 100% sure what causes this. I assume...
Currently disabled due to performance issues when cloning the `denoland/deno` repo.
I think it would be useful to include an `accept-language` parser in std. It is very useful when building internationalized websites. Maybe something along the lines of: ```ts function parse(header:...
Instead I would expect symlinks to be yielded just like files: if `includeSymlinks` is set & the symlink matches the `exts`, `match`, and `skip` options.
If I click on `esbuild.BuildOptions` on this docs page (https://doc.deno.land/https://deno.land/x/[email protected]/plugins/esbuild.ts/~/Options), I get sent to a broken page. > Entry not found > > The document entry named "esbuild" was not...
https://doc.deno.land/deno/stable/~/Response should just link to MDN rather than having our own rendering. MDN is much higher quality :)
I think it'd be nice for visibility if these were interlinked.
We have a search bar on the manual powered by Algolia that also contains search info for the Deno API reference. It'd be nice if this search was also available...
https://doc.deno.land/builtin/stable#Deno E.g. search for `Deno.chmod`