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
I have yaml file which is approx. 25000 lines of code but it seems the github failed to read completed file and breaks the file in between around 14000-15000 lines and throws this error
14610 | summary:
14611 | default: null
14612 | nullable: true
14613 | descr
------------------------^
14610 | summary:
14611 | default: null
14612 | nullable: true
14613 | descr
------------------------^```
When I download the same file and run it from local file it works properly
The text was updated successfully, but these errors were encountered:
I have yaml file which is approx. 25000 lines of code but it seems the github failed to read completed file and breaks the file in between around 14000-15000 lines and throws this error
The text was updated successfully, but these errors were encountered: