Kibeom Kim

Results 31 comments of Kibeom Kim

This issue made my Android build fail. Though I'm not sure if it's reproducible consistently or if there is another setting that triggers this. ``` $ ./fips config android-make-debug ===...

Hmmm just tried and worked for oryol and also my test oryol app project, and it compiled successfully. I don't know what is the actual difference yet.

> ./fips clean all > ./fips config android-make-debug After the above, I got the same compiler error. Now, even if I do the following, I get the same error. >...

Thanks for the quick answer! Yeah, I just tried and it seems to work. I'll use this workaround for now. Though I think ideally snapshot support will be great. For...

Also, I guess the snapshot file format does not have to be different from `fips.yml`. The only difference will be that it enumerates all the sub-dependencies and also have `rev:`...

FYI: WIP pull request #147

btw, have you talked to gRPC team? Maybe unlikely in the near future, but I wish this is officially maintained by gRPC someday.

Also, have you considered wrapping grpc.h instead of directly implementing in Rust http://www.grpc.io/grpc/core/grpc_8h.html ?

Yeah, I would love to have libraries in pure Rust as much as possible. Though, my impression is that Google's grpc implementation is really a non-trivial work that it will...

Hi, I randomly stumbled upon this page while searching networking stuff. If the objects are rarely changing and the traffic is the main bottleneck, wouldn't a (Cloudflare) CDN be able...