Hunam (Elie TD)

Results 16 issues of Hunam (Elie TD)

Ref: https://developer.mozilla.org/en-US/docs/Web/API/TreeWalker

https://nextjs.org/blog/next-9-5#Stable-incremental-static-regeneration

∆ feature

I was wondering, why do we need to manually set a sidebar in the config? Couldn't this be generated automatically according to the folder/file hierarchy? With this hierarchy ``` docs...

This config ```jsonc "sidebar": [ ["index.mdx", "/"], ["page-at-root.mdx", "/page-at-root"], [ ["part-one/index.mdx", "/part-one"], // this isn't allowed currently [ ["part-one/abc.mdx", "/part-one/abc"] ] ] ] ``` should make those pages available: `/`,...

enhancement

As always, this update comes with other various updates/tweaks/fixes that I'll detail later

I see no tab on the viewport.

Remaining issues: - [ ] package declaration not at the start ```v module main fn main() { a := 123 println('hey') } ``` generates ```go func println(s string) { fmt.Println(s.str)...

Need rebase

Update the README according to the repo/org descriptions.

### Checklist - [X] I have checked the [issue page](https://github.com/lay295/TwitchDownloader/issues) for duplicates - [X] I am running the latest version ([download here](https://github.com/lay295/TwitchDownloader/releases/latest)) ### Edition Command Line Interface ### Describe your...

bug

There is no translation for: - the "Close" and "Help" buttons in the settings menu - the text "Testing area for changes that will become the next release" in the...