Harry Yu

Results 35 comments of Harry Yu

@sweetanalytics See #99 for a solution - this is a problem with the upstream proto builder Google uses. I recommend using another proto builder and gRPC library on top of...

The problem is how googleapis builds the protos. It builds it into a single monolithic proto, which is then built into a single Typescript file. To avoid this, I recommend:...

See #99 for a solution

@felixmosh @kri5t I recommend not using this library and using your own subset with another gRPC library (we used `protobuf-ts` with `@grpc/grpc-js`. See #99 for what we do

See #99 for a solution by using an alternate API

@Intellicode I think this quick PR should resolve #270, which has seen a lot of activity. Can you help take a look?

@carlos-kelly @gksander - this PR lets parent components control the carousel with a ref. To make merging easier without rebasing, I just added 2 commits beyond what #909 has. Take...

@gksander - thanks! I've rebased and did a quick read of it just now. I think it's ready to review!

@ArtemKolichenkov, @ascoders - could you take a look? We'd love to merge this and stop using our own fork of this repository

@SnosMe Would you be down to merge this in? Honestly, the changes are pretty minimal, especially now that the MacOS code is already in electron-overlay-window. Let me know if you'd...