wxiaoguang

Results 292 comments of wxiaoguang

> How did you control the permssion? I just studied the logic of `IsRestricted`. For my understanding, the key points of permission control are `accessLevel` and `HasAccess`->`getUserRepoPermission`. In these two...

Discontinued (due to https://github.com/go-gitea/gitea/issues/13606#issuecomment-947320267), I won't spend time on it. ---- I am still keeping updating my 2FA branch with main branch, and I am still using it in my...

That's just not been implemented yet 😂 no enough time to implement it at that time. So I think this issue is more likely to be a feature request or...

The `gitdiff` tests will be decoupled from Unicode Escaping the After #19958 * #19958 I think it will make the tests simpler and easier, and more correct.

The `ambiguous/ambiguous.json` are likely double-encoded. ``` "{\"_common\":[8232,32,8233... ``` Is it by purpose?

Logs if you think there is a bug. https://docs.gitea.io/en-us/seek-help/ Or, do you mean that you think that the status must be "running" instead of "starting"?

~~Not sure whehter gitea.exe is using Windows Service API.~~ ~~If not, then the problem is that gitea.exe is not a real Windows service program. So the service created by `sc.exe`...

It seems no more suggestions since 6 days ago. Ready to merge

I think we should wait for https://github.com/go-gitea/gitea/pull/20415 first. * https://github.com/go-gitea/gitea/pull/20415

I do not think the Go's `plugin` package is the future. Is there any success story of using it? Most large Go projects uses gPRC for inter-process commutation, including plugins,...