zeripath
zeripath
I've bitten the bullet and merged it. There will be some complaints.
Apologies this is precisely why I was reluctant to write subtemplates in the first place.
@silverwind well the problem here is that you can't do that (easily) with go templates because there is no way of setting Funcs on a per execution basis and the...
In some ways they're too global. They're stored in the templates so if you want to change the func to have a per execution function you have to Clone the...
None of this code has changed on behalf of Gitea and it is doing precisely the same thing that it has always done - something must have changed in our...
yes but the problem is that IsWindowsService has a different permissions profile and won't work for most users. see #15454 Now it's possible that something has changed. Fundamentally though I...
OK, so looking at your log fragment I am not seeing: ``` [T] Not running a service ... using the debug SVC manager ``` So we should just examine this...
yeah that does look like a mistake but ... it's been like that for a long time - so I don't think it can be the cause necessarily. What do...
> Just that the if/else calls look the wrong way round. Yeah, it's really weird that has sneaked through and that I've made such a weird mistake. I just don't...
> I have attached my logs. I also upgraded to gitea-1.17.1 > > [eeyrjmr_logs.zip](https://github.com/go-gitea/gitea/files/9385599/eeyrjmr_logs.zip) ah sorry it appears I need the goroutine profile... ```bash curl -o goroutine.out http://localhost:6060/debug/pprof/goroutine?debug=2 ``` That...