Justin

Results 5 comments of Justin

I would reclassify this as a security issue. Putting a secret token in the username field is contrary to good security practice. There are many places in the chain from...

Experiencing the same problem in emacs 26.1. Using emacs-straight/compat.git. compat sha 27728fa with magit sha 765069ad gives "Sym func def is void: length=", but checkout out compat sha 664be60 and...

Reproduced with latest gogs: Build docker: ``` git clone https://github.com/gogs/gogs cd gogs docker build --tag gogs7684:latest . ``` Startup gogs on data0: ``` docker run --rm \ --volume $PWD/data0:/data \...

The "gogs backup" explicitly excluded the data directory from the backup. It seems the simplest fix would be that after the restore of $GOGS_CUSTOM, if $GOGS_CUSTOM.bak/data exists, then move it...