Daisuke Taniwaki

Results 26 issues of Daisuke Taniwaki

I'd like to use reflection `google.golang.org/grpc/reflection` with gRPC auth of the middlewares. As the reflection service is defined in the library, it's not possible to override the auth function. Could...

I think making metrics of every arbitrary URL is not good for the server memory and prometheus scraping. So far, I made the following workaround to skip making metrics of...

I have a Connexion app which runs by `flask run` directly in the dev env, and with gunicorn in the production env, so I can't directly use `ConnexionPrometheusMetrics`. I made...

Thank you for developing a great tool. I recently started to use this tool because I want to use the fixer feature. However, I realized there's no way to check...

enhancement
good first issue

Ruby older than 2.1 has been deprecated. https://www.ruby-lang.org/en/news/2017/04/01/support-of-ruby-2-1-has-ended/

Ruby 2.3 has been released! Let's support it. https://www.ruby-lang.org/en/news/2015/12/25/ruby-2-3-0-released/

I implemented a file upload actor similar to [the spray's example](https://github.com/spray/spray/blob/master/examples/spray-can/simple-http-server/src/main/scala/spray/examples/FileUploadHandler.scala) but spray-testkit doesn't allow `SetRequestTimeout` to receive. I think we can just ignore this message in the test.

We have resource usage in annotation instead of requests and limits, and it's described in the [README](https://github.com/pfnet-research/k8s-cluster-simulator#how-to-specify-the-resource-usage-of-each-pod). However, it's not so clear why we have to have this annotation and...

docs
enhancement

[goreleaser](https://github.com/goreleaser/goreleaser) is very useful so we may be able to utilize it to release new versions more easily.

I refactored the commands so they don't get initialized when the package is loaded.