Hiroshi Saito

Results 48 comments of Hiroshi Saito
trafficstars

https://github.com/percona/mongodb_exporter/pull/295#pullrequestreview-714630726 > Could you address the linter suggestions to set a base for further improvements? @percona-csalguero I fixed the linter error in 54ded8c. EDIT: No, this causes segfault on `d.logger.Errorf("cannot...

Well, I tried to fix the lint error 54ded8c, then add tests for replSetGetConfigCollector 22b9fe3, but it causes segfault https://github.com/percona/mongodb_exporter/pull/295/checks. Reverting 54ded8c fixs the segfault. I'm wondering how to fix...

I'v just suppressed a set of lint errors at bb9ecc8. However I found that more lint errors in replset_config_collector_test.go... OK, I'll try to mitigate those error if possible.... I just...

In my case updating `go.opencensus.io` and `cloud.google.com/go` to certain versions (or newer) resolves this issue. If you use go modules (have go.mod and go.sum), ```sh go get -u [email protected] cloud.google.com/[email protected]...

Very hackish, but it might work... ```ruby klass = Class.new klass.instance_eval { include(ActiveModel::Model) } model = klass.new if verify_recaptcha(model) ... else render json: { errors: model.errors.full_messages } end ```

Hi, as I updated omniauth in my project to 2.x, I found same situation and I dug it some degree. Omniauth 2.x implemented their own csrf protection, but Rails do...

I'v just tried to resolve those conflict, but there are too much differences since the last merge in origin/main. https://github.com/percona/mongodb_exporter/compare/4f3568b..b526414 It seems that I need to read new code base...

I have same `SslError: MAC verification failed during PKCS12 import (wrong password?)`. Using kind in Docker for M1 Mac. Build krustlet from main (29e8a30cbb7fd99e27de061b81e297f308797653). ~~I'll post a comment when get...

Sorry, I forgot to mention about the version. ``` $ gem list frank *** LOCAL GEMS *** frank-cucumber (1.1.0) ```

Not at all. For me, I just did experiment Frank, not using for real test yet.