Jason Fesler
Jason Fesler
+1. I'm resorting to just using comments instead of using parameters, because most of the parameters have %5b / %d in their names.
any update on this? It's getting frustrating when people depend on my libs that use github.com/pborman/getopt/v2. ``` github.com/pborman/getopt/v2: ambiguous import: found package github.com/pborman/getopt/v2 in multiple modules: github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3 (/Users/xxx/go/pkg/mod/github.com/pborman/[email protected]/v2) github.com/pborman/getopt/v2...
In volunteer projects, It may be more productive to contribute working code.
re CGO_ENABLED=0 GOOS=darwin: https://github.com/golang/go/issues/12524#issuecomment-853965035
CGO_ENABLED=0 is effectively the same as cross-compiled, and same headaches: netdns's go is simply inadequate, at least for use cases where DNS queries are routed based on domain name to...
~~"On the bright side, the cache at least doesn't serve me the same chunk#1 as a cache hit; it instead calls it a miss and goes to the back end...
Narrowed down a bit more. Chunked works fine if isCacheable(). Chunked fails if not isCacheable(); instead returns the first chunk, as a miss.