Andrii Hrushetskyi

Results 2 comments of Andrii Hrushetskyi

I managed to reproduce a similar error, but using yaml: ```ruby require 'yaml' def function raise StandardError, "custom message" rescue StandardError puts $!.message data = "yaml: str" valid_result = YAML.unsafe_load(data)...

I have a use case for this PR right now. I need to have the same code in every method of the `StrictServerInterface` implementation. I want to generate a struct,...