silverwind

Results 1343 comments of silverwind

BTW if we keep melody, we would likely need to increase it's [`MaxMessageSize`](https://github.com/olahol/melody/blob/b1236e724a5703816fab3038325caa0f34dbd88c/config.go#L15-L23) as the default is only 512 as I recently discovered. I don't know why it has that...

`editorconfig-checker` is failing locally with a lot of such errors: ``` Could not get the ContentType of file: admin/actions.tmpl stat admin/actions.tmpl: no such file or directory ```

Downgraded `editorconfig-checker` it looks like a bug in that module: https://github.com/editorconfig-checker/editorconfig-checker/issues/326

It bleeds into the fade-out effect at the end of the tab bar, which is imho unacceptable. We should replace this fade out effect with a GitHub-like mechanism that moves...

It does affect desktop where the "s" in "Settings" is faded out as well as the line below. Thise fade-out is not present on org page. Imho it looks to...

Removing the fade-out on this `new-menu` might be one way to solve it that is borderline acceptable to me. A better way would be to implement a tab bar that...

I will have a try at implementing such an overflow menu. Won't be a web component at least, though.

Depends on https://github.com/go-gitea/gitea/pull/29400 and I will implement the moving of the settings menu in it I think.

Similar wrapping is performed already for licenses.txt generation, but I guess we'd need the equivalent of [`wrap-ansi`](https://github.com/chalk/wrap-ansi) in golang. It have to respect ANSI codes, though as licenses are unlikely...

> For non-local users, maybe they should not allowed to delete the account themselves. I think all users should be able to, if we want to comply with ["Right to...