NDH

Results 9 issues of NDH

While viewing logs in a log page, The page refreshed with a network error report in the log container. Refreshing the page showed the normal view of the logs again....

**Is your feature request related to a problem? If so, please describe.** When a user clicks a module, she is redirected. When using the back button to return to the...

## 🍩 Feature Request #### Is your feature request related to a problem? The dark blue words are unreadable. I need to select all code to read it! #### Describe...

### What problem are you trying to solve? Moving to https://docs.deno.com/deploy/manual (dark mode) and then back to https://dash.deno.com/projects is a very jarring experience. Will dash.deno.com eventually get a dark mode?...

enhancement

### What problem are you trying to solve? Would be nice to be able to clear the log display while debugging! ### Describe the solution you'd like A button to...

enhancement

What drove the development of this service in the 'GO' language rather than nodeJs? Wouldn't Node have eliminated all the threading hassles of GO?

'Delete' description looks to to have been copied from the 'Peek' description. It does not describe what I see in the Delete method ... emptying the queue?

I'm having difficulty understanding the state machine code in the mine function. I see functions with names that start with $, and in these functions, i see the same names...

Can I assume that the following in the examples ... ```ts export {}; ``` is just to establish that the file is esm? When I remove the `export {}`, the...