You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...The text was updated successfully, but these errors were encountered: