Eunpyoung Kim

Results 16 issues of Eunpyoung Kim
trafficstars

I want to put some message to `Any`. but the problem occurs. let me assume. we have that kind of message. ``` protobuf message A { Any any; } messsage...

- [x] I solemnly swear that this is all original content of which I am the original author - [x] Pull request title is prepended with `[language/lang-code]` (example `[python/fr-fr]` or...

- [x] I solemnly swear that this is all original content of which I am the original author - [x] Pull request title is prepended with `[language/lang-code]` (example `[python/fr-fr]` or...

boot/clojure/library version up.

This pr contains github action to generate github pages when push deploy branch. I'm not sure what kind of method are you using currently build & hosting static web files....

Debug example doesn't working well on my machine then I figured out there is not enough information for debuging. ## Before .WithOptimizationLevel(OptimizationLevel.Release) ![K-003](https://github.com/user-attachments/assets/130db4aa-b8f3-4ea2-88f0-b8412990db1f) ## After .WithOptimizationLevel(options.IncludeDebuggingInfo ? OptimizationLevel.Debug : OptimizationLevel.Release)...