John Olheiser
John Olheiser
> Thanks~ will try this. I thought relative path is not working so I thought I put absolute path with $HOME this is not it haha I guess I have...
If you are using `main` you should be able to use `~`. If not, let me know if your config has changed more.
This would also be useful for me, and I wouldn't mind implementing it. I think an admin command could be added that allows the sysadmin (or equivalent) to set admin...
> just a way to ensure the actual owner of the site doesn't get voted off the island. That was my concern as well, but I figured the CLI would...
Something to note, the `.fs` file looks correct in the `try.gitea.io` repo because of the `.gitattributes`, however the override also causes the repo language stats to change from `F#` to...
Ah, I missed that when checking the default keys. We already use `L` for something else, so that may not work here, and I think it may be more confusing...
I'm gonna get into the weeds a bit now I think, but overall folder as a collection almost seems more suited for tags. Which leaves file and extension renaming, which...
> #436 I was late :D Ah sorry! I saw this pop up and was curious, then got nerd-sniped. 😅
> Also while we at it, it would probably be worth supporting `Readme`, `Readme.md`, `ReadMe` and `ReadMe.md` Due to how this checks naively it might be more work than worth...
> https://docs.github.com/en/rest/repos/contents#get-a-repository-readme Looks fine to me, could probably even do it without importing the entire `go-github` lib. I'm afraid I won't be able to until later, so whether this PR...