While working with the github api it has become apparent that some fields are changing (body first being a string, then becoming an Option<String> and then becoming a zero-length string) meaning that we need to find a way to either codegen this or be smarter when loading results...
While working with the github api it has become apparent that some fields are changing (body first being a string, then becoming an
Option<String>and then becoming a zero-length string) meaning that we need to find a way to either codegen this or be smarter when loading results...