Tag length validation
When I edit my Ruby Solargraph plugin, a validation error is shown with the new marketplace editing interface:
The total length of my tags is ~700, but it looks like the tag ID is taken into account for the length of the field. To work around this issue, I need to copy the field value, remove all IDs manually, and paste it back in, which feels like an unnecessary hurdle.
I'd argue the tag ID should not be shown at all in the editor - this is confusing, one may think that updating their solution will add the IDs in the tag values displayed to users.