Steve Vott

Results 3 issues of Steve Vott

Chapter 4's normal equation should be accompanied with a proof. Here is a proof for reference https://www.stat.cmu.edu/~cshalizi/mreg/15/lectures/13/lecture-13.pdf

Command: go run check.go -f etc/check.yaml Output: Starting rpc server at 0.0.0.0:8080... {"level":"warn","ts":"2022-12-27T19:20:55.154-0800","logger":"etcd-client","caller":"[email protected]/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0x14000290380/127.0.0.1:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = latest balancer error: last connection error: connection...

I send a get request to my bookstore service with curl -i "http://localhost:8888/check?book=go-zero" and get a response not matching the type checkResp. Expected Response: HTTP/1.1 200 OK Content-Type: application/json Date:...