Francis Chuang

Results 135 comments of Francis Chuang

@ijokarumawak Thanks for taking this on! I'll close #405

@julianhyde Do you still maintain a -1 for this PR? If so, can we close this?

@marcprux Can you also update the commit message to: `[CALCITE-2743] Remove MySQL-specific Date & Time shifting (Marc Prud'hommeaux)` ?

I would definitely love to see an example of how this is done as well. I generated a `code_generator_request.pb.bin` containing some test protobuf (both valid and invalid for my module)...

Thanks for the examples! They are immensely helpful 😄 I have a few more questions for my situation. I am not passing the AST to my module; I don't think...

I noticed the use of `m.VisitFile()` in your example. I am not using a `Visitor` in my module, so the method is not available. Are visitors the only way to...

Hi there :) I am basically looking at public/private keys to sign the signature like google: https://developers.google.com/accounts/docs/OAuth2ServiceAccount Out of band, we generate a pub/priv key pair and give the private...

@luciferous: I ended up implementing my own JWT library (based on yours and Google's PHP SDK) a while back: https://github.com/F21/jwt My apologies for not closing this issue. Your implementation should...

Seeing this issue as well. Are there any work-arounds?