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
Seems like when to_lines is called for gfx and gff we end up with a bunch of empty data rows we don't need if those sections aren't full already. Not really the end of the world, but inflates the file size more than necessary.
I took a look at the code but wasn't able to quickly figure out why these sections behave differently than others.
The text was updated successfully, but these errors were encountered:
Seems like when to_lines is called for gfx and gff we end up with a bunch of empty data rows we don't need if those sections aren't full already. Not really the end of the world, but inflates the file size more than necessary.
I took a look at the code but wasn't able to quickly figure out why these sections behave differently than others.
The text was updated successfully, but these errors were encountered: