Kitson Kelly

Results 148 issues of Kitson Kelly

https://doc.deno.land/ now has an "index" page for complex libraries like std (see: https://doc.deno.land/https://deno.land/std). Currently the inline documentation generated is lacking in a lot of key ways. Specifically the doc.deno.land generator...

enhancement
help wanted
good first issue

`--unsafely-ignore-certificate-errors` is unusable in this situation... _Originally posted by @MeowningMaster in https://github.com/denoland/deno/discussions/13208_

The old doc site provided linkages to globally scoped symbols, the `Deno` namespace linked to the documentation website otherwise it linked to MDN.

enhancement

Any chance we could get a toggle in a follow up? _Originally posted by @bartlomieju in https://github.com/denoland/docland/pull/41#pullrequestreview-833912224_

enhancement

The fully rendered images should be cached in memory, like the doc nodes are as well as an expires cache header should be set.

enhancement

This is because we try to concatenate the text and strip it of the markdown. This means the code block gets stripped of its newlines and therefore gets treated as...

bug

I am getting unexpected result with `diff()` when using some unicode chars. Specifically I think the problem is with the `🇺🇸` which is a combinatory sequence of combining 🇺 Regional...

The dojo/store/JsonRest defines __QueryOptions as ``` javascript __QueryOptions = declare(Store.QueryOptions, __HeaderOptions); ``` Store.QueryOptions is defined as: ``` javascript Store.QueryOptions = function(sort, start, count){ // summary: // Optional object with additional...

Improve/validate the RESTful API with Dojo 1.8 and rstWiki.

bug

This probably affects js-doc-parser as well, but we don't have any inline documentation for `has()` features. I am not sure what is appropriate, but we should have something, as you...