linux019
linux019
Hi @nmikhailov I have the same issues, any luck to add support of `06cb:0081`?
Reproduced project https://codesandbox.io/s/3qyjyy1v3p
these lists are compiled-in apk. as for now it's only way to rebuild apk with the updated ad lists. But idea to don't touch system r/o partition and block hosts...
``` [Unit] Description=Laravel queues [Service] User=www-user Group=www-user Type=simple Restart=on-failure RestartSec=30 Nice=10 WorkingDirectory=/www/laravel/ ExecStart=/usr/bin/php artisan queue:work --queue=default --sleep=30 --timeout=1800 --tries=1 --memory=256 StandardOutput=null TimeoutStartSec=30 [Install] RequiredBy=multi-user.target ``` This one works for me...
Yes, this header doesn't needed on production servers 2016-01-08 13:39 GMT+02:00 João Pina [email protected]: > May i sugest if is in production mode hide, else show? > > — >...
Up. This feature is a must
Moreover just running tests with enabled race detector `go test -race ./...` produces a lot of warnings in "exchange" ``` WARNING: DATA RACE Read at 0x00c00053ae48 by goroutine 647: net/http.Header.Clone()...
go build -o main1 main.go I used this tool https://github.com/jondot/goweight to analyze binary 1. compiled binary has size 8MB. As you can see from output the binary contains **gogo** libs...
GoGo protobufs is a dead project. The dependency on gogo can be removed without any subsequent issues
https://github.com/kubernetes/minikube/issues/14631#issuecomment-1292420728 this one may help