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
{{ message }}
This repository was archived by the owner on May 15, 2026. It is now read-only.
ERROR: Invalid view_range parameter: [386, 700]. Its second element 700 should be smaller than the number of lines in the file: 600.
We should treat it as [386, max number of lines in file] and then throw a warning like "We only show up to 600 since there's only 600 lines in this file".
Instead of throwing error like this:
ERROR: Invalid
view_rangeparameter: [386, 700]. Its second element700should be smaller than the number of lines in the file:600.We should treat it as [386, max number of lines in file] and then throw a warning like "We only show up to 600 since there's only 600 lines in this file".