smthpickboy
smthpickboy
omf prevent IlanCosman/tide 's CWD prompt from changing after fish init. tide is installed using fisher. See https://github.com/IlanCosman/tide/issues/141 **Environment report** `omf doctor` output: ``` Oh My Fish version: 7 OS...
We want to implement log correlation for go(#950), so we need to access Span.data for parent span id and span name etc, and log them. Is there a way to...
**Is your feature request related to a problem? Please describe.** Log correlation draft: https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/LogCorrelation.md Java implementation: https://github.com/census-instrumentation/opencensus-java/tree/master/contrib/log_correlation/log4j2 Since there's no dominant logging library in Golang(unlike Java), things are a bit...
protobuf/jsonpb is using encoding/json with some modification to convert between protocol buffer and json, which is used by grpc-gateway to generate a HTTP proxy to gRPC backend service. I tried...
Refer to: [https://github.com/valyala/fasthttp/issues/261](https://github.com/valyala/fasthttp/issues/261) Go 1.8.1 fasthttp version: b154429 fasthttprouter version: ade4e2031af3aed7fffd241084aad80a58faf421 Get random fail response when testing: curl: (52) Empty reply from server curl: (56) Failure when receiving data from...
A common case for production is you need to use a command line parameter to specify the path of config file, then read and parse it. But that parameter option...
Add validator support for pointer to struct. fix https://github.com/koding/multiconfig/issues/71
`required` tag is not working if its related field is inside a struct which is referenced using pointer in parent struct. type Parent struct { C *Child } type Child...