Rajiv Singh
Rajiv Singh
@yashrsharma44 We can replicate the same theme that we have for gRPC-Gateway. First I will initialize the docs site with the theme and small content. In future PRs we can...
Hi, @huan this is a great idea. Implementing this will help in making consistency across the images and also since WebP lossless images are smaller in size than PNGs and...
Yeah, sure @huan will try this out. Also, I would suggest making the PR review easy let's break this task into subtasks: 1. Convert all images of the Docusaurus site...
@czgdp1807 I would like to work on this. Is it available?
Hi @johanbrandhorst, I'm currently investigating the issue and working on a solution.
@arnav-t Yeah. Also, we have to make sure the generated bucket name follows [Bucket naming guidelines](https://cloud.google.com/storage/docs/naming-buckets#requirements).
Hi @sodul, The deprecation warnings are indicating that the **`[email protected]`** package is being installed using the legacy **`setup.py`** method and this behavior will no longer be supported starting with pip...
@wesrer Have you solved this issue? I am getting this error when I run `rake test` ```sh ➜ numruby git:(master) rake test /Users/rajivranjansingh/Desktop/numruby/lib/numruby/lapack.rb:12: warning: assigned but unused variable - m...
Hi @achille-roussel, After investigation, I found that that panic is happening because the `substituteTypeArgs` function in the `types.go` file is not handling the case for `*ast.IndexListExpr` properly. To fix this...
I don't think @achille-roussel that we need a test for this because there are other cases in `substituteTypeArgs` for which tests were not added, so I'll just follow the same...