James Mills

Results 194 issues of James Mills

Setting the env var `VITE_APP_DISABLE_TRACKING=true` doesn't seem to disable the analytics. I still see a request to: ``` (index):142 GET https://scripts.simpleanalyticscdn.com/latest.js net::ERR_BLOCKED_BY_CLIENT ``` Thankfully I already block such things on...

## System Information ### Linux distribution ```N/A``` I am running macOS Mojave 10.14.5 along with [Homebrew](https://brew.sh) ```#!sh $ brew --version Homebrew 2.1.11-40-gd294881 Homebrew/homebrew-core (git revision b857; last commit 2019-09-09) Homebrew/homebrew-cask...

Help wanted
Question

What does this error/warning mean on the client `git` when cloning a repo being served by go-git? ``` warning: remote HEAD refers to nonexistent ref, unable to checkout. ``` What...

stale

Can we fix the way we compare the adapted config so it "just works"™? The use of `reflect.DeepEqual` doesn't really work here. This just makes the use of `caddytest` not...