Results 11 comments of Mohammad

من که چندین بار مجبور شدم هارد کد مرداد رو روی کد جایگزین کنم، چون مشتری ایراد گرفت ازم.

Hey, I have a question related to this issue. Given we have either of these: ``` xxx.yyy.zzz="Something" ``` ``` xxx { yyy { zzz="Something" } } ``` We can override...

same here ``` (status=400): {"type":"illegal_argument_exception","reason":"mapper [golang.expvar.memstats.PauseEnd] cannot be changed from type [long] to [float]"} ``` I had faced it before in my apps. Our solution was to add `.0` to...

I totally agree, all my allocations are coming from `ioutil.ReadAll` that I need to call before sending data to `easyJson`. I really got happy when I saw `UnmarshalFromReader` function and...

> @mdaliyan Use an [optional system or override variable](https://github.com/lightbend/config#optional-system-or-env-variable-overrides) > > ``` > xxx { > "yyy.zzz": Something > "yyy.zzz": ${?YOUR_SYSTEM_ENV_HERE} > } > ``` It looks like it will...

I was actually a little bit distracted and I thought this is the answer I wanted. Though the issue was something else. Imagine you already have a config in a...

Wait a moment, is this even valid to have the same key twice?

Not sure what you mean by `goreportcard.com: False` cause the link exists in the repo readme as a badge. Please tell me if anything is missing.

Right now I'm pushing a task with an empty payload and then I'm ignoring it when I consume it for the sake of health check. Exposing Ping makes it much...

same problem here on ubuntu 17.10 ``` root@latitude a$ sudo npm install pngquant npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 > [email protected]...