silverwind

Results 1496 comments of silverwind

File mode changes should show correctly when a existing file is modified. When a new file is first added, it does not show its mode, and this is at least...

I guess we can make this mode visible for new files, it seems useful information. On file change, it will still only show when the mode has actually changed.

> Now File page doesn't show any permissions info beside each file. > https://gitea.com/kuraga/test/src/branch/main/file I guess we could add a `Executable` text in the file header, so it becomes: ```...

Regarding `octicon-repo-locked`: I'm not sure it's actually right. I checked GH and they do not use it for the purpose of private repos at all. All they do is show...

> Regarding `octicon-repo-locked`: I'm not sure it's actually right. I checked GH and they do not use it for the purpose of private repos at all. All they do is...

One more minor change, `ShowRepoAvatar` is now enabled in repo lists, meaning they will render the repo avatar. This affects at least the explore repo list and org repo list.

Sounds like a plan, I will try that.

Applied that logic, so there is only 3 states of the repo icon now. Also, I disabled lint rules that forbid "else-return" constructs. I find those just annoying because they...

Ready now, I think it's a good cleanup and now all repo icons are the same everywhere.

I see this as well when firing many concurrent requests against athens. Requests sporadically fail with incorrect 404 response and these "reaped child process" messages followed by "waitid: no child...