lrita

Results 21 comments of lrita

There are all tags changed to `required`, eg `valid:"hexadecimal,optional"`, `valid:"hexadecimal"`

Hi @asaskevich This is a breaking change bug by https://github.com/asaskevich/govalidator/commit/a0ca44a85ca1f5d68fb99b3211c877ea7163876f

golang/dep#1962 is a good reference.

@syndtr do you have time to review this pr?

@shirou, I think there is no any compatibility was broken in this RP. The PR #715 break the compatibility of returned value of PercentWithContext() and CPUPercent() in really. And you...

@shirou do you want to add more collaborators for this repo, that will make this repo great and fix issue faster. I think every developer want to using a fresh...

Maybe like this? ``` Create queue: PUT /queues/$queueName HTTP/1.1 { "partitions":16, "replications":2 } Delete queue: DELETE /queues/$queueName HTTP/1.1 Update queue: PUT /queues/$queueName?override=true HTTP/1.1 { "partitions":16, "replications":2 } List queue: GET...

Alpha release will support this feature.

都用proxy转发,协议转换、轻client化、自动化。

I think we have `SetTransport()` is enough to support this. I think there alway some customized-codes need be wrote by users, it does not necessary to support all non-common use...