Mayank

Results 7 comments of Mayank

Sort of. I have added a people page powered by config. Not all people might have authored a post but all authors will be listed in this page. For reference:...

We are using chi at [Justickets](https://www.justickets.in) in a couple of services.

Facing the same issue with 4.11.1 ioredis and redis 3.2.2

Encountered the same issue with array. ``` const md5 = require('md5'); let theatreIds = ["040b163b-8797-4406-bf59-07c5445334aa","1d82af48-28b4-4845-aad7-69026ffa2a9f"] console.log(md5(theatreIds)) // Output:c4103f122d27677c9db144cae1394a66 theatreIds = ["a2fcba9e-cc58-435a-b7c9-4a3c4fd8eb06","c0bc4f2b-daca-434a-a6f3-2321863d4362"] console.log(md5(theatreIds)) // Output:c4103f122d27677c9db144cae1394a66 ``` Will switch to a different...

Any update on this PR getting merged. We need this as well.

Thank you for the quick response. I will check it out @dacongda .

Facing the same error. The latest version of golangci-lint doesn't seem to have option to set `modules-download-mode` either. ``` 192:qw-inbox mayankpatel$ golangci-lint run --modules-download-mode vendor ERRO Can't get config for...