Eryu Xia

Results 226 comments of Eryu Xia

+1 This is very useful for android programming as I quite often need to look up builtin class definitions. The default behavior in the Vim plugin is locating the jar...

This is a very reasonable ask... We'll keep that in mind and see if we can do it soon (but I don't have a M1 chip laptop yet..) :)

In the meantime, you could just use `make plugin` and `make install-plugin` on Mac from the project root (which in turn uses this [Makefile](https://github.com/grpc/grpc-web/blob/master/javascript/net/grpc/web/generator/Makefile)) to build and install the plugin...

> > you could just use make client on Mac > > In the Makefile you linked there is no `client` target AFAICT Yes.. Thanks for catching.. i meant `make...

> any updates on a PR for this fix? This is not a code change so no PR is required. Our next step is to find a M1 chip MacBook...

> @sampajano Cool. And I wonder if Linux ARM binaries and Windows ARM binaries are going to be supported as well? Not sure since i don't have configurations (or know...

> @sampajano I have M1 Apple Silicon, I can build for you and sign&release eventually. Thanks a lot for offering to help! 😃 Unfortunately I can't really take and release...

> > I can't really take and release your binaries > > Makes sense :) Maybe Github Actions offers a way to build on cloud. Aha yes that's a great...

@jdahlq Thanks so much for sharing your solution!! 😃 --- And btw i'm migrating to Github Actions to build release binaries, but so far it seems that Apple M1 is...

@hronro Thanks so much for the suggestion! I'm not quite familiar with zig but i don't mind using it primarily for the ARM builds. I wonder if you'd take a...