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
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Currently github.RepositoryFile doesn't support binary data in content field.
It would be great if the content field could accept bytes instead of str.
Or have an extra field encoding that can accept "base64", so that content can still be str
Affected area/feature
The text was updated successfully, but these errors were encountered:
Hello!
Issue details
Currently
github.RepositoryFile
doesn't support binary data incontent
field.It would be great if the
content
field could acceptbytes
instead ofstr
.Or have an extra field
encoding
that can accept"base64"
, so that content can still bestr
Affected area/feature
The text was updated successfully, but these errors were encountered: