yp05327
yp05327
### Description These two pages are very slow https://gitea.com/issues https://gitea.com/pulls   Other pages:  Not sure whether this is caused by network or something else. After several times refresh...
- following organization is broken from #28908 - add login check for the follow button in organization profile page
Before:   After:   ps: - I think we don't need attachment images in issue cards, as if there are too many images in this issue, it will...
Fix #28840 In signature_nogogit,go:  In signature_gogit.go: 
Changes: - Add no permission to edit tooltip  - fix the logic in ActionRunner.Editable - Gitea admin user can edit runner in org/repo runner settings page  - Org...
Mentioned https://github.com/go-gitea/gitea/pull/26425#discussion_r1289795836 After: 
There's a bug in #25715: If user pushed a commit into another repo with same branch name, the no-related repo will display the recently pushed notification incorrectly. It is simple...
**What is the problem you're trying to solve** When I want to manage all secrets in one compose file, I noticed that I need to manage both compose files and...
In #478, inlined content for config was supported. `secrets` and `configs` are using the same struct `FileObjectConfig`, so it can be easily implemented. When I want to manage all secrets...
I have a question about the code here: https://github.com/hubmartin/WS2812B_STM32F4/blob/0e47916345becbebc0dad0df188d80d8b8a7991d/Src/ws2812b/ws2812b.c#L315 The first parameter of `ws2812b_set_pixel` is led channel, so the code above should set all channels as the following but not...