Alan Chiu

Results 5 comments of Alan Chiu

@m-handy That sounds like an interesting problem. Curious: what language are you using? I've experienced a similar type of problem before with an exhaustive switch statements breaking Kotlin code when...

@andrewparmet We recently set up [maven publishing](https://mvnrepository.com/artifact/build.buf). I do want to understand how you're using Buf with gradle :) -- are you in our slack? cc @ElliotMJackson

I've actually ran into this issue (at least the empty jar part) for my [project](https://github.com/envoyproxy/envoy-mobile/blob/main/bazel/android_artifacts.bzl#L31-L37). I had to implement a workaround to achieve a kotlin based aar library. From my...

I've done a quick binary comparison between a static vs dynamic library here: https://github.com/lyft/envoy-mobile/pull/747 I've commented in the PR but I'll repeat the comment here for better visibility: Worked with...

I was running into this issue just now. The use case that I have is that I am working with another engineer on a project and we're working on independent...