Doctor

Results 18 issues of Doctor

Do you plan to ever make the function stopBot actually stop the bot?

Give this HTML _which is the default format my IDE gives the html document_ ```html Document Hello World ``` It gets a weird format when stringifying the file as `'\n'...

I'm trying to figure out if the HTMLElement, or Element in this case, returned from `document.createElement` is a valid HTML tag. At first the internet suggested I stringify the tag...

Version: Deno 1.39.4 Really just forwarding this comment since that issue is closed and therefore seems to not be on anyone's radar. https://github.com/denoland/deno/issues/21733#issuecomment-1880315355 ## Example This code runs successfully, but...

bug
good first issue

Hello, while this project does offer the services I am in need of, it doesn't quite offer it in the way I'd like to consume it. Specifically when dealing with...

At the moment it seems .query() returns type any, but it would be nice if I could pass in a generic to say what type will be returned from it....

Following on from this pull request, https://github.com/denoland/deno_std/pull/4538, I didn't know how to revert the changes on that branch so just made a new one since the idea is that I'm...

archive

Esbuild seems to be failing to exclude dead imports of sub files believed to be because they have a node type import. I am not sure if this bug is...

Hello, so I'm having trouble figuring out how to close the `mineflayerViewer`. The reason I want to close it, is because the example on reconnecting when you get disconnected from...

new feature

Bouncing off of what was briefly discussed on discord, I'm opening this issue to discuss the possibility of having the Brotli compression algorithm ([RFC7932](https://datatracker.ietf.org/doc/html/rfc7932)) added somewhere to Deno's STD. I...

suggestion
PR welcome