Fuyang Liu

Results 58 comments of Fuyang Liu

Indeed, those `type_attribute` and `field_attribute` can be helpful, but for some reason, it is not working for all the protobuf types, such as `Any`. I found this thing - https://github.com/fdeantoni/prost-wkt...

`index file` mentioned once in project 2 and it confused me a lot :P I would suggest remove it from project 2 content for now and then later add it...

It would so nice to have some simple illustration. Perhaps, if possible, it might be good to have some simple illustration on a simple compaction method :) --- Some other...

@codyoss I believe to enable `impersonated_service_account`, this issue https://github.com/golang/oauth2/issues/600 on the auth2 package side will be needed to be solved first or? Thanks :)

I am not sure if it can help but I seemed solved it by using a tower service, like this: https://github.com/liufuyang/bigtable_rs/blob/3784be482e9d7892c7e8c2d7dd822f43f2e06a87/bigtable_rs/src/auth_service.rs#L35 Then that service (with some auth middleware) then is...

Thank you. About which parameter I need to set: I am not exactly sure as I haven't played with it before and there seems no documents or tutorials about it....

I finally found a Windows machine (via a virtual machine) and it did the job for me... So I don't really need this feature for now, but I think it...

Indeed, perhaps those are needed? ``` permissions: checks: write pull-requests: read contents: read ```

@codyoss @adrianajg Thank you and I saw some nice code has been merged but has this been correctly implemented? I tested with `google.golang.org/api v0.109.0` and this is what I see...

Would be nice to keep this repo updated?